mirror of
https://github.com/holub/mame
synced 2025-06-04 03:46:29 +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__
|
#ifndef __M68KCPU_H__
|
||||||
#define __M68KCPU_H__
|
#define __M68KCPU_H__
|
||||||
|
|
||||||
typedef struct _m68ki_cpu_core m68ki_cpu_core;
|
typedef class _m68ki_cpu_core m68ki_cpu_core;
|
||||||
|
|
||||||
|
|
||||||
#include "m68000.h"
|
#include "m68000.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user