projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0841e6c
)
[INCLUDE/CRT]
author
Amine Khaldi
<amine.khaldi@reactos.org>
Mon, 26 May 2014 09:55:29 +0000
(09:55 +0000)
committer
Amine 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
patch
|
blob
|
history
diff --git
a/reactos/include/crt/crtdefs.h
b/reactos/include/crt/crtdefs.h
index
be4d08e
..
5e42ef0
100644
(file)
--- a/
reactos/include/crt/crtdefs.h
+++ b/
reactos/include/crt/crtdefs.h
@@
-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 *********************************************************/