mirror of
https://github.com/holub/mame
synced 2025-05-21 05:08:54 +03:00
drcuml: fix compile on systems that use the C backend [R. Belmont]
This commit is contained in:
parent
f48cce39b9
commit
3ec54f4216
@ -63,6 +63,7 @@ const UINT32 DRCUML_OPTION_LOG_NATIVE = 0x0004; // tell the back-end to generat
|
||||
|
||||
// determine the type of the native DRC, falling back to C
|
||||
#ifndef NATIVE_DRC
|
||||
class drcbe_c;
|
||||
typedef drcbe_c drcbe_native;
|
||||
#else
|
||||
class NATIVE_DRC;
|
||||
|
Loading…
Reference in New Issue
Block a user