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
+1 -1
View File
@@ -14,7 +14,7 @@ BOOL listen_socket (HWND hwnd)
* the window hwnd will receive a MSG_FDEVENT message.
* Now the server can accept the request.
*/
int MyWndProc (HWND hwnd, int message, WPARAM wParam, LPARAM lParam)
LRESULT MyWndProc (HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
{
switch (message) {