]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/regconf.cpp
Various changes for Salford C++, and commited fileconf.h/fileconf.cpp changes
[wxWidgets.git] / src / msw / regconf.cpp
index 3a1a84eb3b379a01612e23565835ff0ad4e407c1..2fe6d9da5849d3948c301a41af0cd4a599f20b7d 100644 (file)
@@ -28,6 +28,9 @@
 #include <wx/app.h>
 #include <wx/log.h>
 #include <wx/config.h>
+
+#ifndef __WIN16__
+
 #include <wx/msw/registry.h>
 #include <wx/msw/regconf.h>
 
@@ -471,3 +474,7 @@ bool wxRegConfig::DeleteAll()
 
   return bOk;
 }
+
+#endif
+  // __WIN16__
+