commit | 380e945a3fcabb64b04f8829fbf57af8487c4a0a | [log] [tgz] |
---|---|---|
author | paroga@webkit.org <paroga@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Tue Nov 23 00:18:47 2010 +0000 |
committer | paroga@webkit.org <paroga@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Tue Nov 23 00:18:47 2010 +0000 |
tree | d4168242244c70997324db32fc76c16ca2d055b2 | |
parent | b6280f77811c86f0f5bd72acdb3c435dab3c8ba7 [diff] [blame] |
2010-11-22 Patrick Gansterer <paroga@webkit.org> Reviewed by Adam Roben. [WINCE] Set correct preprocessor definitions https://bugs.webkit.org/show_bug.cgi?id=49887 * wtf/Platform.h: 2010-11-22 Patrick Gansterer <paroga@webkit.org> Reviewed by Adam Roben. [WINCE] Set correct preprocessor definitions https://bugs.webkit.org/show_bug.cgi?id=49887 * config.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72572 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/config.h b/WebCore/config.h index 943ef4a..404fa95 100644 --- a/WebCore/config.h +++ b/WebCore/config.h
@@ -152,7 +152,7 @@ #ifndef _WINSOCKAPI_ #define _WINSOCKAPI_ // Prevent inclusion of winsock.h in windows.h #endif -#else +#elif !OS(WINCE) #define WTF_PLATFORM_CG 1 #undef WTF_PLATFORM_CAIRO #define WTF_USE_CFNETWORK 1