- Fix local build.

svn path=/trunk/; revision=67800
This commit is contained in:
James Tabor 2015-05-17 08:37:00 +00:00
parent 9b3193b087
commit 65d178a69b

View file

@ -58,7 +58,7 @@
#define APPNAME _T("Maze")
static BOOL InitInstance(HWND hParent);
//static BOOL InitInstance(HWND hParent);
LRESULT CALLBACK ScreenSaverProc(HWND hWnd, UINT message, WPARAM uParam, LPARAM lParam);
static int choose_door();
static long backup();
@ -71,7 +71,7 @@ HBRUSH hBrushDead;
HBRUSH hBrushLiving;
HPEN hPenWall;
HDC hDC;
static BOOL waiting;
//static BOOL waiting;
static int solve_delay, pre_solve_delay, post_solve_delay;