foo
[censuslogo] / 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;
+}