summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compiler.h3
-rw-r--r--configure.in1
2 files changed, 4 insertions, 0 deletions
diff --git a/compiler.h b/compiler.h
index e9022f86..4a68576c 100644
--- a/compiler.h
+++ b/compiler.h
@@ -48,6 +48,9 @@
# undef __STRICT_ANSI__
#endif
+/* On Microsoft platforms we support multibyte character sets in filenames */
+#define _MBCS 1
+
#ifdef HAVE_CONFIG_H
# include "config.h"
/* autoconf doesn't define these if they are redundant, but we want to
diff --git a/configure.in b/configure.in
index 023bd240..5164f4db 100644
--- a/configure.in
+++ b/configure.in
@@ -49,6 +49,7 @@ AC_PREFIX_PROGRAM(nasm)
dnl Checks for programs.
dnl Consider AC_USE_SYSTEM_EXTENSIONS if autoconf 2.61 is OK in the future
AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
AC_PROG_CC
AC_PROG_LN_S
AC_PROG_MAKE_SET