]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/registry.cpp
Better fix
[wxWidgets.git] / src / msw / registry.cpp
index 6ba78d3c250085ddbb024db28851a8db272a3c9e..f05a631e1024e027b64b0f4286bf3c83e9d9f77e 100644 (file)
@@ -19,6 +19,8 @@
     #pragma hdrstop
 #endif
 
+#if wxUSE_REGKEY
+
 #ifndef WX_PRECOMP
     #include "wx/msw/wrapwin.h"
     #include "wx/string.h"
@@ -1444,3 +1446,5 @@ inline const wxChar *RegValueStr(const wxString& szValue)
 {
     return szValue.empty() ? (const wxChar*)NULL : szValue.wx_str();
 }
+
+#endif // wxUSE_REGKEY