summaryrefslogtreecommitdiff
path: root/bin/update_pch
diff options
context:
space:
mode:
Diffstat (limited to 'bin/update_pch')
-rwxr-xr-xbin/update_pch2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/update_pch b/bin/update_pch
index eb9631e80d80..1cb5cb9979a6 100755
--- a/bin/update_pch
+++ b/bin/update_pch
@@ -888,10 +888,8 @@ def generate(includes, libname, filename, module):
if module == 'sal' and libname == 'sal':
sal_define = """
#if defined(_WIN32)
-#if !defined _CRT_RAND_S
#define _CRT_RAND_S
#endif
-#endif
"""
f.write(sal_define)