Changeset 21725 for branches/gcc-kmk/src
- Timestamp:
- Oct 19, 2011, 10:48:09 PM (14 years ago)
- Location:
- branches/gcc-kmk/src
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/kernel32/heapstring.cpp
r21720 r21725 25 25 #include <unicode.h> 26 26 #include <ctype.h> 27 #include <wchar.h> 28 #ifndef __GNUC__ 27 29 #include <wcstr.h> 30 #endif 28 31 #include "heap.h" 29 32 #include <wine/unicode.h> -
branches/gcc-kmk/src/kernel32/ole2nls.c
r21355 r21725 16 16 #include <heapstring.h> 17 17 #include <ctype.h> 18 #ifndef __GNUC__ 18 19 #include <wcstr.h> 20 #endif 19 21 #endif 20 22 … … 1926 1928 #ifdef __WIN32OS2__ 1927 1929 /* For WCHAR we better use the WCHAR toupper/lower. 1928 * (VAC308 toupper/tolower doesn't do range checks according to standards 1930 * (VAC308 toupper/tolower doesn't do range checks according to standards 1929 1931 * which may cause illegal memory reads access when misused like it were here. 1930 1932 */ -
branches/gcc-kmk/src/shell32/misc.cpp
r21494 r21725 20 20 21 21 #include <wchar.h> 22 #ifndef __GNUC__ 22 23 #include <wcstr.h> 24 #endif 23 25 24 26 #define CINTERFACE -
branches/gcc-kmk/src/shlwapi/ordinal_odin.cpp
r21720 r21725 29 29 #include <ctype.h> 30 30 #include <wctype.h> 31 #ifndef __GNUC__ 31 32 #include <wcstr.h> 33 #endif 32 34 #define HAVE_WCTYPE_H 33 35 -
branches/gcc-kmk/src/shlwapi/string_odin.cpp
r21720 r21725 33 33 #include <ctype.h> 34 34 #include <wctype.h> 35 #ifndef __GNUC__ 35 36 #include <wcstr.h> 37 #endif 36 38 #define HAVE_WCTYPE_H 37 39 -
branches/gcc-kmk/src/shlwapi/url_odin.cpp
r21720 r21725 28 28 #include <ctype.h> 29 29 #include <wctype.h> 30 #ifndef __GNUC__ 30 31 #include <wcstr.h> 32 #endif 31 33 #define HAVE_WCTYPE_H 32 34
Note:
See TracChangeset
for help on using the changeset viewer.