[INCLUDE/CRT]

* Do not define __STDC_SECURE_LIB__ and co, our msvcrt won't provide the related exports.
CORE-8174

svn path=/trunk/; revision=63459
This commit is contained in:
Amine Khaldi 2014-05-26 09:55:29 +00:00
parent 0841e6c36d
commit ad3d77394a

View file

@ -237,9 +237,11 @@
#define _TRUNCATE ((size_t)-1)
#endif
#ifndef __REACTOS__
#define __STDC_SECURE_LIB__ 200411L
#define __GOT_SECURE_LIB__ __STDC_SECURE_LIB__
#define _SECURECRT_FILL_BUFFER_PATTERN 0xFD
#endif
/** Type definitions *********************************************************/