1
0
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:
Ben Harris
2016-06-02 22:38:36 +01:00
parent 70e2e140f0
commit a2fb1d96ef
2 changed files with 14 additions and 21 deletions

View File

@ -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