diff options
Diffstat (limited to 'JavaScriptCore/config.h')
-rw-r--r-- | JavaScriptCore/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/JavaScriptCore/config.h b/JavaScriptCore/config.h index cecae47..6681761 100644 --- a/JavaScriptCore/config.h +++ b/JavaScriptCore/config.h @@ -42,7 +42,7 @@ #define max max #define min min -#if !COMPILER(MSVC7) && !PLATFORM(WIN_CE) +#if !COMPILER(MSVC7) && !PLATFORM(WINCE) // We need to define this before the first #include of stdlib.h or it won't contain rand_s. #ifndef _CRT_RAND_S #define _CRT_RAND_S |