projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
layout improvement on mac
[wxWidgets.git]
/
include
/
wx
/
wxchar.h
diff --git
a/include/wx/wxchar.h
b/include/wx/wxchar.h
index 2793ea14b5b46eb3c44a9d3a38685d57a43aa083..67092b9bf4c64c576d26bc81ccce930992d08a51 100644
(file)
--- a/
include/wx/wxchar.h
+++ b/
include/wx/wxchar.h
@@
-69,7
+69,9
@@
#include <string.h>
#include <ctype.h>
#elif defined(__CYGWIN__)
- #define HAVE_WCSLEN
+ #ifndef HAVE_WCSLEN
+ #define HAVE_WCSLEN
+ #endif // !HAVE_WCSLEN
#include <stddef.h>
#include <wchar.h>
#endif