mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-26 12:27:58 +08:00
tune code to reflect the new prototypes
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user