reactos/rostests/apitests/user32/user32_apitest.rc
Timo Kreuzer 54010b7e9e [USER32_APITEST]
Add a cursor and an icon and use those instead of system cursor. Fixes tests on Windows.

svn path=/trunk/; revision=50965
2011-03-03 21:49:44 +00:00

8 lines
138 B
Plaintext

#include <windows.h>
#include "resource.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDI_TEST ICON "test.ico"
TESTCURSOR CURSOR "test.cur"