X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/550343399aa1355469ffed72c8cf84c732dcf98b..40319aa0ce7d201ae25554bb7a6ea3257e41a904:/src/common/dynlib.cpp?ds=sidebyside diff --git a/src/common/dynlib.cpp b/src/common/dynlib.cpp index 949149332d..2e8afc8f00 100644 --- a/src/common/dynlib.cpp +++ b/src/common/dynlib.cpp @@ -117,7 +117,7 @@ bool wxDynamicLibrary::Load(const wxString& libnameOrig, int flags) #elif defined(__WXPM__) || defined(__EMX__) char err[256] = ""; DosLoadModule(err, sizeof(err), (PSZ)libname.c_str(), &m_handle); -#else +#else // this should be the only remaining branch eventually m_handle = RawLoad(libname, flags); #endif