foo
authorJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 1 Sep 2019 18:04:25 +0000 (21:04 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Sun, 1 Sep 2019 18:04:25 +0000 (21:04 +0300)
src/main_w32.c

index f3577f3..5730dc9 100644 (file)
@@ -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;
+}