mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 22:00:09 +02:00
24 lines
677 B
Plaintext
24 lines
677 B
Plaintext
From 68c7b23429476c19c4ad22548950b8a913291ae8 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Zolt=C3=A1n=20Mizsei?= <zmizsei@extrowerk.com>
|
|
Date: Sat, 8 Jul 2017 18:51:36 +0200
|
|
Subject: HAIKU: Build fix
|
|
|
|
|
|
diff --git a/sim_defs.h b/sim_defs.h
|
|
index 328f02c..dcdc153 100644
|
|
--- a/sim_defs.h
|
|
+++ b/sim_defs.h
|
|
@@ -189,6 +189,9 @@ typedef signed int int32;
|
|
typedef unsigned char uint8;
|
|
typedef unsigned short uint16;
|
|
typedef unsigned int uint32;
|
|
+#ifdef __HAIKU__
|
|
+typedef unsigned char Uint8;
|
|
+#endif
|
|
#endif
|
|
typedef int t_stat; /* status */
|
|
typedef int t_bool; /* boolean */
|
|
--
|
|
2.12.2
|
|
|