-Some support for TRU64 unix. I don't have SDL on this machine so I'm

not sure how far I can get it...


git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1243 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2010-01-12 12:26:27 +00:00
parent 8d01995a80
commit ca6a10216b
2 changed files with 19 additions and 1 deletions

View File

@@ -27,7 +27,7 @@
#ifndef _STRUCT_H_
#define _STRUCT_H_
#if defined(__BEOS__)
#if defined(__BEOS__) || defined(__TRU64__)
#include <inttypes.h>
#else
#include <stdint.h>