mirror of
https://github.com/holub/mame
synced 2025-06-29 23:48:56 +03:00
fixed Visual Studio compilation (nw)
This commit is contained in:
parent
b20dd29d62
commit
03fea60f02
@ -7,7 +7,9 @@
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#include <stdlib.h>
|
||||
#ifndef _MSC_VER
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
// MAME headers
|
||||
#include "osdlib.h"
|
||||
|
Loading…
Reference in New Issue
Block a user