We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dca2b53 + fcdbb7e commit b3080e1Copy full SHA for b3080e1
include/lpplat.h
@@ -31,6 +31,8 @@
31
#define __has_ecos__ 0
32
/*no EMX Environment*/
33
#define __has_emx__ 0
34
+/*no Haiku*/
35
+#define __has_haiku__ 0
36
/*no HI-UX MPP*/
37
#define __has_hiux_mpp__ 0
38
/*no HP-US*/
@@ -192,6 +194,10 @@
192
194
/*has EMX Environment*/
193
195
#define __has_emx__ 1
196
#endif
197
+#if defined(__HAIKU__)
198
+/*has Haiku*/
199
+#define __has_haiku__ 1
200
+#endif
201
#if defined(__hiuxmpp)
202
#undef __has_hiux_mpp__
203
/*has HI-UX MPP*/
include/title.h
@@ -4,7 +4,7 @@
4
* @copyright Copyright (C) 2023
5
* @date 2023-2-18
6
* @brief libplatform
7
- * @version 1.0.0
+ * @version 1.0.1
8
* @see https://sourceforge.net/p/predef/wiki/Home/
9
* @link https://github.com/ChenPi12/libplatform.git
10
*/
0 commit comments