From 948f6c6e4c9736df51b28e2548761691f118a9ee Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 17 Jun 2004 20:30:20 +0000 Subject: [PATCH] Corrected position of wxUSE_WEBKIT test git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/html/htmlctrl/webkit/webkit.mm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/html/htmlctrl/webkit/webkit.mm b/src/html/htmlctrl/webkit/webkit.mm index 22d4b23684..bdffb87a69 100755 --- a/src/html/htmlctrl/webkit/webkit.mm +++ b/src/html/htmlctrl/webkit/webkit.mm @@ -13,8 +13,6 @@ #pragma implementation "webkit.h" #endif -#if wxUSE_WEBKIT - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -22,6 +20,8 @@ #include "wx/wx.h" #endif +#if wxUSE_WEBKIT + #ifdef __WXCOCOA__ #include "wx/cocoa/autorelease.h" #else @@ -373,4 +373,4 @@ void wxWebKitCtrl::MacVisibilityChanged(){ } @end -#endif //wxUSE_WEBKIT \ No newline at end of file +#endif //wxUSE_WEBKIT -- 2.45.2