]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/clntdata.h
wxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WINDOW flag (and it actually...
[wxWidgets.git] / include / wx / clntdata.h
index 3ff6030b50b533ca7b97f72f7a5400f69bfe58a9..33908648573d3e5c7598eaa44b7dcb6b4dab823e 100644 (file)
 #ifndef _WX_CLNTDATAH__
 #define _WX_CLNTDATAH__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-    #pragma interface "clntdata.h"
-#endif
-
 #include "wx/defs.h"
 #include "wx/string.h"
 #include "wx/hashmap.h"
@@ -170,7 +166,7 @@ protected:
 // compiled to make wxMotif and wxGTK base libraries compatible
 #if defined(__WXMOTIF__) || wxABI_VERSION >= 20602
 
-#include <wx/vector.h>
+#include "wx/vector.h"
 
 struct WXDLLIMPEXP_BASE wxClientDataDictionaryPair
 {