mirror of
https://github.com/holub/mame
synced 2025-05-30 17:41:47 +03:00
fix compiling with MSVC, it's a struct, it's a class, it's dissociative identity disorder
This commit is contained in:
parent
87db910072
commit
291757a12c
@ -25,7 +25,7 @@
|
||||
#ifndef __M68KCPU_H__
|
||||
#define __M68KCPU_H__
|
||||
|
||||
typedef struct _m68ki_cpu_core m68ki_cpu_core;
|
||||
typedef class _m68ki_cpu_core m68ki_cpu_core;
|
||||
|
||||
|
||||
#include "m68000.h"
|
||||
|
Loading…
Reference in New Issue
Block a user