]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filename.cpp
Added missing header and missing logic. :)
[wxWidgets.git] / src / common / filename.cpp
index 4dc91cb910f56bd7d1af21eb1957f4f63416a1b4..aae38ea3ef4ee4fe02ee62a53131f59e9b40b3c7 100644 (file)
 #include "wx/config.h"          // for wxExpandEnvVars
 #include "wx/utils.h"
 #include "wx/file.h"
 #include "wx/config.h"          // for wxExpandEnvVars
 #include "wx/utils.h"
 #include "wx/file.h"
-
-#if wxUSE_DYNAMIC_LOADER || wxUSE_DYNLIB_CLASS
-#include "wx/dynlib.h"
-#endif
+//#include "wx/dynlib.h"        // see GetLongPath below, code disabled.
 
 // For GetShort/LongPathName
 #ifdef __WIN32__
 
 // For GetShort/LongPathName
 #ifdef __WIN32__