mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-26 20:45:36 +08:00
fix conditional compilation errors
This commit is contained in:
@@ -1565,7 +1565,7 @@ static LRESULT WindowMessageHandler(UINT message, PMAINWIN pWin, LPARAM lParam)
|
||||
}
|
||||
|
||||
unlock_zi_for_read (zi);
|
||||
return (LRESULT)hWnd;
|
||||
return (LRESULT)hwnd;
|
||||
}
|
||||
|
||||
/* Since 4.2.0 */
|
||||
|
||||
Reference in New Issue
Block a user