IDI_APPLICATIONW does not exist on Windows. Use IDI_APPLICATION
authorFrancois Gouget <fgouget@free.fr>
Tue, 17 Sep 2002 00:05:34 +0000 (00:05 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 17 Sep 2002 00:05:34 +0000 (00:05 +0000)
commit71f8fc27e51d6b6dd3eee4256aa0a98882b4d110
treef55e365dfff6b2dfe19bae8be7b834fde5120002
parent5e5f7bbb0286a9ffeaaa1f29fa4e2277f5b1058d
IDI_APPLICATIONW does not exist on Windows. Use IDI_APPLICATION
instead and cast to LPWSTR.
Fixed type cast warnings.
dlls/user/tests/class.c
dlls/winsock/tests/sock.c