mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
54010b7e9e
Add a cursor and an icon and use those instead of system cursor. Fixes tests on Windows. svn path=/trunk/; revision=50965
8 lines
138 B
Plaintext
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"
|