X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e62e17d735952238929ad351d195a46270a62edb..d008a4a6bbe96efc758c76db2234fb68d482667c:/include/wx/dynlib.h diff --git a/include/wx/dynlib.h b/include/wx/dynlib.h index 4eeaffef92..a5dd3dbe52 100644 --- a/include/wx/dynlib.h +++ b/include/wx/dynlib.h @@ -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