Possible fix for "epected initializer before 'WndProc'

This commit is contained in:
Sylae Corell
2014-08-01 10:38:44 -06:00
parent 8948e43bee
commit 72a996b113

View File

@@ -137,7 +137,7 @@ char file_path_name[256];
Boolean block_erase = FALSE;
long CALLBACK _export WndProc (HWND, UINT, WPARAM, LPARAM);
long CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
Boolean handle_menu (short, HMENU);
int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR, int nCmdShow)