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:
@@ -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
|
||||
|
Reference in New Issue
Block a user