mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-11 18:26:20 +00:00
Switched to msvc 2019
This commit is contained in:
@@ -30,7 +30,6 @@ inline void CloseSocketProper(int socket) {
|
||||
#endif
|
||||
|
||||
#else // win32
|
||||
|
||||
inline void CloseSocketProper(uint64_t socket) {
|
||||
shutdown(socket, SD_BOTH);
|
||||
closesocket(socket);
|
||||
|
||||
Reference in New Issue
Block a user