Re: RICHEDIT: RTF reader improvements and optimizations (synced to current CVS)
March 16, 2005
2:25 p.m.
Krzysztof Foltman <kfoltman(a)portal.onet.pl> writes:
@@ -3721,6 +3723,22 @@ else RTFRouteToken(info); /* "\*" is ignored with known destinations */ break; + case rtfUnicode: + { + WCHAR buf[2]; + buf[0] = info->rtfParam;
The indentation is messed up, it looks like you set your tabs to 2 spaces. You should *never* do that, a tab is 8 spaces. -- Alexandre Julliard julliard(a)winehq.org
7681
Age (days ago)
7681
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard