From d2f09a02225281fbd30fe068f228ca0f3fd26471 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 18 Jul 2014 00:22:21 -0400 Subject: Fixed all the remaining compiler errors. C conversion works! --- redo/controls_windows.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redo/controls_windows.c') diff --git a/redo/controls_windows.c b/redo/controls_windows.c index dadce75..77cf758 100644 --- a/redo/controls_windows.c +++ b/redo/controls_windows.c @@ -19,7 +19,7 @@ HWND newWidget(LPCWSTR class, DWORD style, DWORD extstyle) also don't use low control IDs as they will conflict with dialog boxes (IDCANCEL, etc.) */ msgwin, (HMENU) 100, hInstance, NULL); - if (hwnd == NULL) { + if (hwnd == NULL) xpanic("error creating control", GetLastError()); return hwnd; } -- cgit v1.2.3