Tidy up the include guards for the various wxWebView header files.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#include "wx/setup.h"
|
#include "wx/setup.h"
|
||||||
|
|
||||||
#if wxUSE_WEBVIEW_WEBKIT
|
#if wxUSE_WEBVIEW_WEBKIT && defined(__WXGTK__)
|
||||||
|
|
||||||
#include "webkit/webkit.h"
|
#include "webkit/webkit.h"
|
||||||
#include "wx/sharedptr.h"
|
#include "wx/sharedptr.h"
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
#include "wx/setup.h"
|
#include "wx/setup.h"
|
||||||
|
|
||||||
//#if wxUSE_WEBKIT && (defined(__WXMAC__) || defined(__WXCOCOA__))
|
#if wxUSE_WEBVIEW_WEBKIT && defined(__WXOSX_MAC__)
|
||||||
|
|
||||||
#include "wx/control.h"
|
#include "wx/control.h"
|
||||||
#include "wx/webview.h"
|
#include "wx/webview.h"
|
||||||
@@ -172,6 +172,6 @@ private:
|
|||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
//#endif // wxUSE_WEBKIT
|
#endif // wxUSE_WEBKIT
|
||||||
|
|
||||||
#endif // _WX_WEBKIT_H_
|
#endif // _WX_WEBKIT_H_
|
||||||
|
Reference in New Issue
Block a user