Corrected position of wxUSE_WEBKIT test

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-06-17 20:30:20 +00:00
parent b25630fb6c
commit 948f6c6e4c

View File

@@ -13,8 +13,6 @@
#pragma implementation "webkit.h" #pragma implementation "webkit.h"
#endif #endif
#if wxUSE_WEBKIT
// For compilers that support precompilation, includes "wx.h". // For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h" #include "wx/wxprec.h"
@@ -22,6 +20,8 @@
#include "wx/wx.h" #include "wx/wx.h"
#endif #endif
#if wxUSE_WEBKIT
#ifdef __WXCOCOA__ #ifdef __WXCOCOA__
#include "wx/cocoa/autorelease.h" #include "wx/cocoa/autorelease.h"
#else #else
@@ -373,4 +373,4 @@ void wxWebKitCtrl::MacVisibilityChanged(){
} }
@end @end
#endif //wxUSE_WEBKIT #endif //wxUSE_WEBKIT