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

@@ -1,7 +1,7 @@
/*
* A typical handling of timer.
*/
int FlyingGUIWinProc (HWND hWnd, int message, WPARAM wParam, LPARAM lParam)
LRESULT FlyingGUIWinProc (HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
{
switch (message) {
case MSG_CREATE: