mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +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 _WIN32
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
#pragma comment(lib, "ws2_32.lib") // Linking with winsock library
|
#pragma comment(lib, "ws2_32.lib") // Linking with winsock library
|
||||||
|
#include <BaseTsd.h>
|
||||||
|
typedef SSIZE_T ssize_t;
|
||||||
#endif
|
#endif
|
||||||
#include <winsock2.h>
|
#include <winsock2.h>
|
||||||
#include <ws2tcpip.h>
|
#include <ws2tcpip.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user