]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/registry.cpp
wxThread fixes - compilation under Unix temporarily broken, sorry.
[wxWidgets.git] / src / msw / registry.cpp
index bb51ed0337cc0087027fd68a087a029ea709c2e1..5d44fc5a7320b06f66620dc1bb7f1b17900dd48a 100644 (file)
 #include  "wx/string.h"
 #include  "wx/intl.h"
 #include  "wx/log.h"
-
 #include  "wx/config.h"    // for wxExpandEnvVars
 
+#ifndef __WIN16__
+
 // Windows headers
 /*
 #define   STRICT
@@ -799,3 +800,7 @@ void RemoveTrailingSeparator(wxString& str)
   if ( !str.IsEmpty() && str.Last() == REG_SEPARATOR )
     str.Truncate(str.Len() - 1);
 }
+
+#endif
+  // __WIN16__
+