]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dynlib.cpp
The octal escaping code needs to escape the escape character
[wxWidgets.git] / src / common / dynlib.cpp
index 8df394b0e48ef44aa8dd2102b8116de478031d6a..8eb09bfabd6c25b9fa6cb3b84e61cd24c8134906 100644 (file)
@@ -65,7 +65,7 @@ WX_DEFINE_USER_EXPORTED_OBJARRAY(wxDynamicLibraryDetailsArray);
 #endif
 
 // for MSW/Unix it is defined in platform-specific file
 #endif
 
 // for MSW/Unix it is defined in platform-specific file
-#if !(defined(__WXMSW__) && (!defined(__UNIX__) || defined(__EMX__)))
+#if !(defined(__WXMSW__) || defined(__UNIX__)) || defined(__EMX__)
 
 wxDllType wxDynamicLibrary::GetProgramHandle()
 {
 
 wxDllType wxDynamicLibrary::GetProgramHandle()
 {