]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dynlib.h
more extra semicolons removed (patch 1303724)
[wxWidgets.git] / include / wx / dynlib.h
index 284ce7de2eddc6e75c695eb3bdeeb30d42d0ebb7..64aeb305cbacd694b73850d5721bcb9482feac79 100644 (file)
 #ifndef _WX_DYNLIB_H__
 #define _WX_DYNLIB_H__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#   pragma interface "dynlib.h"
-#endif
-
 #include "wx/defs.h"
 
 #if wxUSE_DYNLIB_CLASS
@@ -322,6 +318,8 @@ protected:
 
 #if WXWIN_COMPATIBILITY_2_2 && wxUSE_DYNAMIC_LOADER
 
+#include "wx/object.h"
+
 /*
     wxDllLoader is a class providing an interface similar to unix's dlopen().
     It is used by wxDynamicLibrary wxLibrary and manages the actual loading of