diff options
Diffstat (limited to 'WebKitTools/DumpRenderTree/config.h')
-rw-r--r-- | WebKitTools/DumpRenderTree/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKitTools/DumpRenderTree/config.h b/WebKitTools/DumpRenderTree/config.h index 063eeea..33dee6d 100644 --- a/WebKitTools/DumpRenderTree/config.h +++ b/WebKitTools/DumpRenderTree/config.h @@ -32,7 +32,7 @@ #include <wtf/FastMalloc.h> #endif -#if PLATFORM(WIN_OS) && !COMPILER(GCC) +#if OS(WINDOWS) && !COMPILER(GCC) #define JS_EXPORTDATA __declspec(dllimport) #define WEBKIT_EXPORTDATA __declspec(dllimport) #else |