From 2bf9ea11482c6981b805f159a8a105abe37fdbce Mon Sep 17 00:00:00 2001 From: Sylae Corell Date: Fri, 1 Aug 2014 10:38:44 -0600 Subject: [PATCH] Possible fix for "epected initializer before 'WndProc' --- Win32/charedit/bladpced.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Win32/charedit/bladpced.cpp b/Win32/charedit/bladpced.cpp index ef739d44..da2eabb6 100644 --- a/Win32/charedit/bladpced.cpp +++ b/Win32/charedit/bladpced.cpp @@ -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)