mirror of
https://github.com/holub/mame
synced 2025-10-07 01:16:22 +03:00
stop breaking msvc (nw)
This isn't the right solution, the ASIO stuff should move to the build system according to @cuavas, but this gets msvc working again.
This commit is contained in:
parent
1d8c814c50
commit
a0a1148938
@ -7,12 +7,13 @@ http.cpp
|
|||||||
HTTP server handling
|
HTTP server handling
|
||||||
|
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
#include "emu.h"
|
||||||
|
|
||||||
#ifdef __sun
|
#ifdef __sun
|
||||||
#define ASIO_DISABLE_DEV_POLL
|
#define ASIO_DISABLE_DEV_POLL
|
||||||
#define ASIO_HAS_EPOLL
|
#define ASIO_HAS_EPOLL
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "emu.h"
|
|
||||||
#include "server_ws_impl.hpp"
|
#include "server_ws_impl.hpp"
|
||||||
#include "server_http_impl.hpp"
|
#include "server_http_impl.hpp"
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
Loading…
Reference in New Issue
Block a user