20 lines
468 B
Plaintext
20 lines
468 B
Plaintext
$NetBSD: patch-ai,v 1.3 2010/02/14 22:04:01 joerg Exp $
|
|
|
|
--- src/datfile/datfile.cc.orig 2010-02-14 21:57:58.000000000 +0000
|
|
+++ src/datfile/datfile.cc
|
|
@@ -5,11 +5,9 @@
|
|
#include "icache.h"
|
|
#include "game.h"
|
|
|
|
-#ifdef DJGPP
|
|
-typedef unsigned char uint8;
|
|
-typedef unsigned long uint32;
|
|
-typedef signed long sint32;
|
|
-#endif
|
|
+typedef uint8_t uint8;
|
|
+typedef uint32_t uint32;
|
|
+typedef int32_t sint32;
|
|
|
|
struct pcx_header {
|
|
uint8 manufacturer __attribute__((packed));
|