projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed bug #859996: "Wrong path in BuildCVS.txt". As well as a couple of other minor...
[wxWidgets.git]
/
include
/
wx
/
confbase.h
diff --git
a/include/wx/confbase.h
b/include/wx/confbase.h
index 415c770efd62dc3f5e35a277d53d99b5eb685294..6ce5b907a436eb509705313d18f2cc624e72a14e 100644
(file)
--- a/
include/wx/confbase.h
+++ b/
include/wx/confbase.h
@@
-323,14
+323,11
@@
private:
#if defined(__WXMSW__) && wxUSE_CONFIG_NATIVE
#ifdef __WIN32__
#define wxConfig wxRegConfig
#if defined(__WXMSW__) && wxUSE_CONFIG_NATIVE
#ifdef __WIN32__
#define wxConfig wxRegConfig
- #define sm_classwxConfig sm_classwxRegConfig
#else //WIN16
#define wxConfig wxIniConfig
#else //WIN16
#define wxConfig wxIniConfig
- #define sm_classwxConfig sm_classwxIniConfig
#endif
#else // either we're under Unix or wish to use files even under Windows
#define wxConfig wxFileConfig
#endif
#else // either we're under Unix or wish to use files even under Windows
#define wxConfig wxFileConfig
- #define sm_classwxConfig sm_classwxFileConfig
#endif
#endif // wxUSE_CONFIG
#endif
#endif // wxUSE_CONFIG