Fix spacing. When defining, define to 1.

This commit is contained in:
Yang Tse 2005-12-18 16:50:33 +00:00
parent d6c5d24af3
commit 0ad3e046a4
4 changed files with 95 additions and 48 deletions

View file

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