Re: kernel32: MultiByteToWideChar: MB_USEGLYPHCHARS fix
10 Mar
2007
10 Mar
'07
11:57 p.m.
Andrew O.Shadoura wrote:
+#if 0 static int once; +#endif
if (!src || (!dst && dstlen)) { @@ -1774,11 +1783,13 @@ INT WINAPI MultiByteToWideChar( UINT pag
if (srclen < 0) srclen = strlen(src) + 1;
+#if 0 if (!once && (flags & MB_USEGLYPHCHARS)) { once = 1; FIXME("MB_USEGLYPHCHARS not supported\n"); } +#endif
If you implemented MB_USEGLYPHCHARS just remove the FIXME. Don't submit dead code - git will remember all revisions... Felix
6858
Age (days ago)
6858
Last active (days ago)
0 comments
1 participants
participants (1)
-
Felix Nawothnig