mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-20 18:50:08 +02:00
23 lines
645 B
Plaintext
23 lines
645 B
Plaintext
From 06533440f09845fb4b308b8fff08e127b020b9aa Mon Sep 17 00:00:00 2001
|
|
From: begasus <begasus@gmail.com>
|
|
Date: Sat, 11 Jul 2020 19:15:31 +0000
|
|
Subject: fix build
|
|
|
|
|
|
diff --git a/pr/include/obsolete/protypes.h b/pr/include/obsolete/protypes.h
|
|
index 65eb0f5..295f431 100644
|
|
--- a/pr/include/obsolete/protypes.h
|
|
+++ b/pr/include/obsolete/protypes.h
|
|
@@ -67,7 +67,7 @@ typedef PRUint64 uint64;
|
|
* uint32
|
|
*/
|
|
|
|
-#if !defined(_WIN32) && !defined(XP_OS2) && !defined(NTO) && defined(__HAIKU__)
|
|
+#if !defined(_WIN32) && !defined(XP_OS2) && !defined(NTO) && !defined(__HAIKU__)
|
|
typedef PRUint32 uint32;
|
|
#else
|
|
typedef unsigned long uint32;
|
|
--
|
|
2.27.0
|
|
|