ef9b213607
PR: ports/100857 Submitted by: Denis Shaposhnikov <dsh at vlink.ru> Approved by: Andriy Gapon <avg at icyb.net.ua> (maintainer)
11 lines
376 B
C
11 lines
376 B
C
--- src/Core/OOCocoa.h.orig Thu Apr 27 14:16:30 2006
|
|
+++ src/Core/OOCocoa.h Thu Apr 27 15:14:04 2006
|
|
@@ -1,7 +1,7 @@
|
|
// Import OpenStep main headers and define some Macisms and other compatibility stuff.
|
|
|
|
#if defined(GNUSTEP) && !defined(OOLITE_SDL_MAC)
|
|
-#include <stdint.h>
|
|
+#include <inttypes.h>
|
|
#define Boolean unsigned char
|
|
#define Byte unsigned char
|
|
#define true 1
|