mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
compile fix from Firewave propagated upstream (nw)
This commit is contained in:
parent
39aadc1b43
commit
ae1856faa4
2
3rdparty/mongoose/mongoose.c
vendored
2
3rdparty/mongoose/mongoose.c
vendored
@ -80,6 +80,8 @@
|
||||
#ifdef _WIN32
|
||||
#ifdef _MSC_VER
|
||||
#pragma comment(lib, "ws2_32.lib") // Linking with winsock library
|
||||
#include <BaseTsd.h>
|
||||
typedef SSIZE_T ssize_t;
|
||||
#endif
|
||||
#include <winsock2.h>
|
||||
#include <ws2tcpip.h>
|
||||
|
Loading…
Reference in New Issue
Block a user