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