diff options
Diffstat (limited to 'Source/WebKit2/config.h')
| -rw-r--r-- | Source/WebKit2/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/WebKit2/config.h b/Source/WebKit2/config.h index 8072046d3..d6c4a5da6 100644 --- a/Source/WebKit2/config.h +++ b/Source/WebKit2/config.h @@ -82,7 +82,9 @@ static const type& name() \ #define _WINSOCKAPI_ /* Prevent inclusion of winsock.h in windows.h */ #endif +#if !PLATFORM(QT) #include <WebCore/config.h> +#endif #include <windows.h> #if USE(CG) |
