mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 03:52:49 -05:00
windows: Make select_result() return void.
Nothing now uses its return value anyway.
This commit is contained in:
@ -284,7 +284,7 @@ GLOBAL void *logctx;
|
||||
/*
|
||||
* Exports from winnet.c.
|
||||
*/
|
||||
extern int select_result(WPARAM, LPARAM);
|
||||
extern void select_result(WPARAM, LPARAM);
|
||||
|
||||
/*
|
||||
* winnet.c dynamically loads WinSock 2 or WinSock 1 depending on
|
||||
|
Reference in New Issue
Block a user