mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +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
|
||||
|
||||
***************************************************************************/
|
||||
#include "emu.h"
|
||||
|
||||
#ifdef __sun
|
||||
#define ASIO_DISABLE_DEV_POLL
|
||||
#define ASIO_HAS_EPOLL
|
||||
#endif
|
||||
|
||||
#include "emu.h"
|
||||
#include "server_ws_impl.hpp"
|
||||
#include "server_http_impl.hpp"
|
||||
#include <fstream>
|
||||
|
Loading…
Reference in New Issue
Block a user