0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-09-22 10:43:39 -04:00

Platform compatibility improvements

Windows: indicate that we support multibyte character sets in file
names.

Unix: support gigantic input and output files.  Might be useful
especially in the presence of the INCBIN directive.

Signed-off-by: H. Peter Anvin <hpa@linux.kernel.org>
This commit is contained in:
H. Peter Anvin
2016-02-18 11:57:53 -08:00
parent dea76e7779
commit b423c02ad2
2 changed files with 4 additions and 0 deletions

View File

@@ -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