Changeset 21916 for trunk/src/kernel32/ole2nls.c
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/kernel32/ole2nls.c
r21355 r21916 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 */
Note:
See TracChangeset
for help on using the changeset viewer.