mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-06 02:01:50 +08:00
tune code to reflect the new prototypes
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user