6 Nov
2004
6 Nov
'04
2:52 p.m.
"Hans Leidekker" <hans(a)it.vu.nl> wrote:
@@ -523,6 +524,11 @@ { InstallUILevel = INSTALLUILEVEL_BASIC|INSTALLUILEVEL_PROGRESSONLY; } + else if(!strcasecmp(argv[i]+2, "b+!"))
Please use lstrcmpiA instead of strcasecmp. A difference between unix system locale and current ANSI code page in Wine might lead to undesired side effects. -- Dmitry.