aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/font.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/font.c b/src/font.c
index 457f3f99583..ffd50644930 100644
--- a/src/font.c
+++ b/src/font.c
@@ -46,7 +46,9 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
46 46
47/* Avoid macro definition of `open' in generated lib/fcntl.h to mess up 47/* Avoid macro definition of `open' in generated lib/fcntl.h to mess up
48 use of it as a struct member. */ 48 use of it as a struct member. */
49#ifndef WINDOWSNT
49#undef open 50#undef open
51#endif
50 52
51#define DEFAULT_ENCODING Qiso8859_1 53#define DEFAULT_ENCODING Qiso8859_1
52 54