mirror of
https://github.com/curl/curl.git
synced 2026-07-25 12:27:16 +03:00
Fix spacing. When defining, define to 1.
This commit is contained in:
parent
d6c5d24af3
commit
0ad3e046a4
4 changed files with 95 additions and 48 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue