1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/emulators/snes9x/files/patch-ab

24 lines
556 B
Plaintext
Raw Normal View History

diff -ru ../../work/release/fxemu.h ./fxemu.h
--- ../../work/release/fxemu.h Thu Sep 23 19:56:48 1999
+++ ./fxemu.h Wed Dec 29 01:54:04 1999
@@ -39,18 +39,7 @@
#ifndef _FXEMU_H_
#define _FXEMU_H_ 1
-/* Types used by structures and code */
-#ifndef snes9x_types_defined
-#define snes9x_types_defined
-
-typedef unsigned char uint8;
-typedef unsigned short uint16;
-typedef unsigned long uint32;
-typedef unsigned char bool8;
-typedef signed char int8;
-typedef short int16;
-typedef int int32;
-#endif
+#include "port.h"
#ifndef TRUE
#define TRUE 1