summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-09-14 15:39:29 +0800
committerIru Cai <mytbk920423@gmail.com>2018-09-14 15:39:29 +0800
commit0bde723ef07d8d62a02c4c6913da52edbbb4c764 (patch)
treedbbb913756b97dac66a8eb2421d49efbb31e8721
parent8c4e5dff1b4ae36d47a266093bfb0456f2c57fcd (diff)
downloadrich4-0bde723ef07d8d62a02c4c6913da52edbbb4c764.tar.xz
IDC_ARROW
-rw-r--r--csrc/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/csrc/main.c b/csrc/main.c
index ece32c4..d01efc8 100644
--- a/csrc/main.c
+++ b/csrc/main.c
@@ -86,7 +86,7 @@ int WINAPI WinMain(HINSTANCE hInstance,
.cbWndExtra = 0,
.hInstance = hInstance,
.hIcon = LoadIconA(hInstance, "RICH4_ICON"), // esp+0x14
- .hCursor = LoadCursorA(0, 0x7f00), // esp+0x18
+ .hCursor = LoadCursorA(0, IDC_ARROW), // esp+0x18
.hbrBackground = GetStockObject(4), // esp + 0x1c
.lpszMenuName = NULL,
.lpszClassName = "Rich4"