#pragma interface "webkit.h"
#endif
+#if wxUSE_WEBKIT
+
#if !defined(__WXMAC__) && !defined(__WXCOCOA__)
#error "wxWebKitCtrl not implemented for this platform"
#endif
(wxWebKitStateChangedEventFunction) & func, \
(wxObject *) NULL ),
+#endif // wxUSE_WEBKIT
+
#endif // _WX_WEBKIT_H_