]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxchar.h
fixed typo
[wxWidgets.git] / include / wx / wxchar.h
index 2793ea14b5b46eb3c44a9d3a38685d57a43aa083..67092b9bf4c64c576d26bc81ccce930992d08a51 100644 (file)
@@ -69,7 +69,9 @@
         #include <string.h>
         #include <ctype.h>
     #elif defined(__CYGWIN__)
         #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
         #include <stddef.h>
         #include <wchar.h>
     #endif