ntdll: rtlstr.c: Implement checking for control characters in RtlIsTextUnicode [try 4]

Zac Brown zac at zacbrown.org
Thu Jun 19 14:52:23 CDT 2008


Implement setting of IS_TEXT_UNICODE_CONTROLS and 
IS_TEXT_UNICODE_REVERSE_CONTROLS when control characters are present in 
RtlIsTextUnicode.

Changes from previous versions:
- This version (hopefully the last) fixes flawed logic in the switch statements. 
- Because these tests are mutually exclusive, a single goto label suffices for 
breaking the loop.

-Zac Brown
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Fix-RtlIsTextUnicode-ControlChars.patch
Type: text/x-patch
Size: 0 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080619/08b2f07f/attachment.bin 


More information about the wine-patches mailing list