From 2bede4d1ce04e71c640255e3fa87c5faa08ee723 Mon Sep 17 00:00:00 2001 From: smf- Date: Sat, 29 Nov 2008 08:32:58 +0000 Subject: [PATCH] Makes sure uint is defined. --- src/emu/cpu/spc700/spc700.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/emu/cpu/spc700/spc700.h b/src/emu/cpu/spc700/spc700.h index 5fdcc22a03c..4854163e097 100644 --- a/src/emu/cpu/spc700/spc700.h +++ b/src/emu/cpu/spc700/spc700.h @@ -11,6 +11,9 @@ #define INLINE static #endif +#undef uint +#define uint unsigned int + /* Turn on optimizations for SNES since it doesn't hook up the interrupt lines */ #define SPC700_OPTIMIZE_SNES 1