Michał Ziętek <[email protected]> writes: > @@ -347,7 +347,7 @@ int WINAPI wWinMain(HINSTANCE hInst, HINSTANCE hPrevInst, > LPWSTR cmdline, int cm > return 1; > } > > - ext = strchrW(filename, '.'); > + ext = strrchrW(filename, '.');
That's not much better. -- Alexandre Julliard [email protected]
