diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/config-win32.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config-win32.h b/src/config-win32.h index 278af4818..ab60a2e1e 100644 --- a/src/config-win32.h +++ b/src/config-win32.h @@ -69,8 +69,8 @@ /* ---------------------------------------------------------------- */ /* Defines set for VS2005 to _not_ deprecate a few functions we use. */ -#define _CRT_SECURE_NO_DEPRECATE -#define _CRT_NONSTDC_NO_DEPRECATE +#define _CRT_SECURE_NO_DEPRECATE 1 +#define _CRT_NONSTDC_NO_DEPRECATE 1 /* Define cpu-machine-OS */ #ifndef OS |