summaryrefslogtreecommitdiff
path: root/csrc/main.c
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-08-24 11:40:41 +0800
committerIru Cai <mytbk920423@gmail.com>2018-08-24 17:12:22 +0800
commita02a4ee04b2d4e32dc1def300c0189326ab27228 (patch)
tree3dc652a1ef716fd2a972cb1f9d5901007b494849 /csrc/main.c
parent4c161e24dcc4d878828372c80e06dc0a790ea5aa (diff)
downloadrich4-a02a4ee04b2d4e32dc1def300c0189326ab27228.tar.xz
use renamed function initialize()
Diffstat (limited to 'csrc/main.c')
-rw-r--r--csrc/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/csrc/main.c b/csrc/main.c
index e0eb664..4c1ef62 100644
--- a/csrc/main.c
+++ b/csrc/main.c
@@ -107,7 +107,7 @@ int WINAPI WinMain(HINSTANCE hInstance,
int height = GetSystemMetrics(1);
int width = GetSystemMetrics(0);
gwindowHandle = CreateWindowExA(0, "Rich4", "Rich4", WS_POPUP, 0, 0, width, height, NULL, NULL, ghInstance, NULL);
- int ret = sub_MessageBoxA_5d6();
+ int ret = initialize();
if (ret == 0) {
return 0;
}