mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
23 lines
493 B
Plaintext
23 lines
493 B
Plaintext
--- fxemu.h.orig Mon Jan 24 16:13:54 2000
|
|
+++ fxemu.h Wed Mar 8 23:04:52 2000
|
|
@@ -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 int uint32;
|
|
-typedef unsigned char bool8;
|
|
-typedef signed char int8;
|
|
-typedef short int16;
|
|
-typedef int int32;
|
|
-#endif
|
|
+#include "port.h"
|
|
|
|
#ifndef TRUE
|
|
#define TRUE 1
|