aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2005-12-18 16:50:33 +0000
committerYang Tse <yangsita@gmail.com>2005-12-18 16:50:33 +0000
commit0ad3e046a43bfa18f86ae9b32b7ee585d06e2b35 (patch)
treec26f8f4a8dbc2e463e1ceb54913796aa54516c90 /src
parentd6c5d24af3627ec12721e7d286d426ed12901b55 (diff)
Fix spacing. When defining, define to 1.
Diffstat (limited to 'src')
-rw-r--r--src/config-win32.h4
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