tune code to reflect the new prototypes

This commit is contained in:
VincentWei
2018-01-21 17:19:18 +08:00
parent dbcc408ad3
commit 75764eecb4
14 changed files with 20 additions and 21 deletions

View File

@@ -10,7 +10,7 @@
#include <minigui/gdi.h>
#include <minigui/window.h>
static int HelloWinProc (HWND hWnd, int message, WPARAM wParam, LPARAM lParam)
static LRESULT HelloWinProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
{
HDC hdc;