View | Details | Raw Unified | Return to bug 96411
Collapse All | Expand All

(-)OOCocoa.h (-1 / +1 lines)
Lines 1-7 Link Here
1
// Import OpenStep main headers and define some Macisms and other compatibility stuff.
1
// Import OpenStep main headers and define some Macisms and other compatibility stuff.
2
2
3
#if defined(GNUSTEP) && !defined(OOLITE_SDL_MAC)
3
#if defined(GNUSTEP) && !defined(OOLITE_SDL_MAC)
4
#include <stdint.h>
4
#include <inttypes.h>
5
#define Boolean unsigned char
5
#define Boolean unsigned char
6
#define Byte unsigned char
6
#define Byte unsigned char
7
#define true 1
7
#define true 1

Return to bug 96411