projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Watcom C++ fixup in tbar95.cpp; removed WXWIN_COMPATIBILITY for 'old' menu
[wxWidgets.git]
/
include
/
wx
/
strconv.h
diff --git
a/include/wx/strconv.h
b/include/wx/strconv.h
index 97239009c42a3a5e8a762a385b31b68f46254937..2b76ae98591480918d7617c682d9c066ff2e1fae 100644
(file)
--- a/
include/wx/strconv.h
+++ b/
include/wx/strconv.h
@@
-149,7
+149,7
@@
WXDLLEXPORT_DATA(extern wxMBConv *) wxConvCurrent;
#define wxMBFILES 0
#endif
#define wxMBFILES 0
#endif
-#if wxMBFILES
+#if wxMBFILES
&& wxUSE_UNICODE
#define wxFNCONV(name) wxConvFile.cWX2MB(name)
#define wxFNSTRINGCAST wxMBSTRINGCAST
#else
#define wxFNCONV(name) wxConvFile.cWX2MB(name)
#define wxFNSTRINGCAST wxMBSTRINGCAST
#else