mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Close bug 1223.
svn path=/trunk/; revision=20495
This commit is contained in:
@@ -979,7 +979,7 @@ CompareStringW (
|
||||
|
||||
if (dwCmpFlags & ~NORM_IGNORECASE)
|
||||
{
|
||||
DPRINT1("CompareString: STUB flags - 0x%x\n", dwCmpFlags);
|
||||
DPRINT("CompareString: STUB flags - 0x%x\n", dwCmpFlags);
|
||||
Result = compare_unicode_string(&String1, &String2, dwCmpFlags);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user