mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
d09907238d
unix/unix.cpp to build, especially when the Makefile does not have it defined. Also, along with this, split the patches out into the customary one-file-per-patch chunks. I'm not ${MAINTAINER}, but nacai does not mind my working on the port :)
24 lines
556 B
Plaintext
24 lines
556 B
Plaintext
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
|