]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dynlib.h
readded wxEVT_SCROLL_ENDSCROLL symbol back to the library to fix (inadvertent) backwa...
[wxWidgets.git] / include / wx / dynlib.h
index 4eeaffef9280dc8c14eda26a113d2cac8cf8c108..a5dd3dbe5293236f557aaec97f323988b6db7cbf 100644 (file)
@@ -16,7 +16,7 @@
 #   pragma interface "dynlib.h"
 #endif
 
-#include "wx/setup.h"
+#include "wx/defs.h"
 
 #if wxUSE_DYNLIB_CLASS
 
@@ -249,7 +249,7 @@ public:
 
     // return all modules/shared libraries in the address space of this process
     //
-    // returns an empty array if not implemented or an error occured
+    // returns an empty array if not implemented or an error occurred
     static wxDynamicLibraryDetailsArray ListLoaded();
 
     // return platform-specific name of dynamic library with proper extension