mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +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 {
|
||||
ext_includedir("expat"),
|
||||
ext_includedir("lua"),
|
||||
ext_includedir("zlib"),
|
||||
ext_includedir("flac"),
|
||||
}
|
||||
|
||||
|
@ -216,6 +216,7 @@ ToDo:
|
||||
|
||||
***********************************************************************************************************/
|
||||
|
||||
#include "emu.h"
|
||||
#include "super80.lh"
|
||||
#include "includes/super80.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user