drcuml: fix compile on systems that use the C backend [R. Belmont]

This commit is contained in:
R. Belmont 2011-02-05 17:18:15 +00:00
parent f48cce39b9
commit 3ec54f4216

View File

@ -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 // determine the type of the native DRC, falling back to C
#ifndef NATIVE_DRC #ifndef NATIVE_DRC
class drcbe_c;
typedef drcbe_c drcbe_native; typedef drcbe_c drcbe_native;
#else #else
class NATIVE_DRC; class NATIVE_DRC;