]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - config.h
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / config.h
index 2761624b1c5882206bd3fcde64a29cf6fc50c5db..bea1bf0487f82e9b65f30c7fecb6814d25f0e104 100644 (file)
--- a/config.h
+++ b/config.h
 #if OS(WINDOWS)
 
 #ifndef _WIN32_WINNT
-#define _WIN32_WINNT 0x0502
+#define _WIN32_WINNT 0x601
 #endif
 
 #ifndef WINVER
-#define WINVER 0x0502
+#define WINVER 0x0601
 #endif
 
-#if !COMPILER(MSVC7_OR_LOWER) && !OS(WINCE)
+#if !COMPILER(MSVC7_OR_LOWER)
 // 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
 #endif
-#endif // !COMPILER(MSVC7_OR_LOWER) && !OS(WINCE)
+#endif // !COMPILER(MSVC7_OR_LOWER
 
 #endif // OS(WINDOWS)
 
-#define WTF_CHANGES 1
-
 #ifdef __cplusplus
 #undef new
 #undef delete
@@ -64,7 +62,3 @@
 #define SKIP_STATIC_CONSTRUCTORS_ON_GCC 1
 #endif
 
-// Enable the following if you want to use the MacroAssembler::probe() facility
-// to do JIT debugging.
-#define WTF_USE_MASM_PROBE 0
-