diff options
Diffstat (limited to 'Source/JavaScriptCore/config.h')
-rw-r--r-- | Source/JavaScriptCore/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/JavaScriptCore/config.h b/Source/JavaScriptCore/config.h index 7f7eda0f1..68ebc960d 100644 --- a/Source/JavaScriptCore/config.h +++ b/Source/JavaScriptCore/config.h @@ -57,9 +57,9 @@ #ifndef _CRT_RAND_S #define _CRT_RAND_S #endif -#endif +#endif // !COMPILER(MSVC7_OR_LOWER) && !OS(WINCE) -#endif +#endif // OS(WINDOWS) #define WTF_CHANGES 1 |