[INCLUDE/CRT]
authorAmine Khaldi <amine.khaldi@reactos.org>
Mon, 26 May 2014 09:55:29 +0000 (09:55 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Mon, 26 May 2014 09:55:29 +0000 (09:55 +0000)
* Do not define __STDC_SECURE_LIB__ and co, our msvcrt won't provide the related exports.
CORE-8174

svn path=/trunk/; revision=63459

reactos/include/crt/crtdefs.h

index be4d08e..5e42ef0 100644 (file)
 #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 *********************************************************/