mirror of
https://github.com/holub/mame
synced 2025-07-04 01:18:59 +03:00
fix the MSVC build (nw)
I wonder how it could have ever worked. emu lacked zlib.h reference, super80.cpp lacked UINT8 declaration.
This commit is contained in:
parent
6273fa8e21
commit
829a06b966
@ -34,6 +34,7 @@ includedirs {
|
|||||||
includedirs {
|
includedirs {
|
||||||
ext_includedir("expat"),
|
ext_includedir("expat"),
|
||||||
ext_includedir("lua"),
|
ext_includedir("lua"),
|
||||||
|
ext_includedir("zlib"),
|
||||||
ext_includedir("flac"),
|
ext_includedir("flac"),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -216,6 +216,7 @@ ToDo:
|
|||||||
|
|
||||||
***********************************************************************************************************/
|
***********************************************************************************************************/
|
||||||
|
|
||||||
|
#include "emu.h"
|
||||||
#include "super80.lh"
|
#include "super80.lh"
|
||||||
#include "includes/super80.h"
|
#include "includes/super80.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user