Changeset 21916 for trunk/src/kernel32/heapstring.cpp
- 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/heapstring.cpp
r21361 r21916 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 #include <wine \unicode.h>32 #include <wine/unicode.h> 30 33 #include "misc.h" 31 34 #include "codepage.h" … … 443 446 return 1; 444 447 445 return str cmpi(arg1, arg2);448 return stricmp(arg1, arg2); 446 449 } 447 450
Note:
See TracChangeset
for help on using the changeset viewer.