]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxchar.h
added (and documented) trivial but useful IsSingleLine() and IsMultiLine() text contr...
[wxWidgets.git] / include / wx / wxchar.h
index b2ded4870d9c3fa2a1a32a56615ac790c46fcfe5..68d1a6a1ba2fd32767f6386c0b437f3c10ebce28 100644 (file)
@@ -303,6 +303,8 @@ typedef  _TUCHAR     wxUChar;
 #   if wxUSE_WCHAR_T
 #       ifdef HAVE_WCHAR_H
             // include wchar.h to get wcslen() declaration used by wx/buffer.h
+            // stddef.h is needed for Cygwin
+#           include <stddef.h>
 #           include <wchar.h>
 #       elif defined(HAVE_WCSTR_H)
             // old compilers have wcslen() here