From 98882f6f19a4e239e56d6eb5db453c97b64338fe Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Sun, 1 Sep 2019 21:04:25 +0300 Subject: [PATCH] foo --- src/main_w32.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main_w32.c b/src/main_w32.c index f3577f3..5730dc9 100644 --- a/src/main_w32.c +++ b/src/main_w32.c @@ -197,3 +197,8 @@ static long CALLBACK handle_events(HWND win, unsigned int msg, WPARAM wparam, LP } return 0; } + +int WINAPI RegisterDialogClasses(HINSTANCE pid) +{ + return TRUE; +} -- 1.7.10.4