]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/iniconf.h
add a critical section protecting ms_prev variables (replaces patch 1819224)
[wxWidgets.git] / include / wx / msw / iniconf.h
index e0ee004ca99ea7fb69f8c192dcbaf30e8b058364..5eca7ba7afa1da7729ee4cad853db58942e0776e 100644 (file)
@@ -9,8 +9,10 @@
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
-#ifndef   _INICONF_H
-#define   _INICONF_H
+#ifndef   _WX_MSW_INICONF_H_
+#define   _WX_MSW_INICONF_H_
+
+#if wxUSE_INICONF
 
 // ----------------------------------------------------------------------------
 // wxIniConfig is a wxConfig implementation which uses MS Windows INI files to
@@ -97,4 +99,6 @@ private:
   DECLARE_ABSTRACT_CLASS(wxIniConfig)
 };
 
-#endif  //_INICONF_H
+#endif // wxUSE_INICONF
+
+#endif  //_WX_MSW_INICONF_H_