mirror of
https://github.com/reactos/reactos.git
synced 2025-05-17 16:27:00 +00:00
[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:
parent
0841e6c36d
commit
ad3d77394a
1 changed files with 2 additions and 0 deletions
|
@ -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 *********************************************************/
|
||||
|
|
Loading…
Reference in a new issue