From: John Tsiombikas Date: Sun, 1 Sep 2019 18:04:25 +0000 (+0300) Subject: foo X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=98882f6f19a4e239e56d6eb5db453c97b64338fe;p=censuslogo foo --- 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; +}