switch source tree from k&r to c99

This commit is contained in:
nhmall
2021-01-26 21:06:16 -05:00
parent a2a9cb7b4f
commit f963c5aca7
232 changed files with 12099 additions and 17782 deletions
+2 -2
View File
@@ -66,7 +66,7 @@ extern void play_sound_for_message(const char *str);
#endif
HWND
mswin_init_message_window()
mswin_init_message_window(void)
{
static int run_once = 0;
HWND ret;
@@ -116,7 +116,7 @@ mswin_init_message_window()
}
void
register_message_window_class()
register_message_window_class(void)
{
WNDCLASS wcex;
ZeroMemory(&wcex, sizeof(wcex));