]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dynlib.cpp
Build fix: help OW 1.4 to apply template.
[wxWidgets.git] / src / common / dynlib.cpp
index 949149332de496c6b75a986b4c02d14f54c6a20d..2e8afc8f0098f2b934f23e0ea54e7804a8f63398 100644 (file)
@@ -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