summaryrefslogtreecommitdiffstats
path: root/darwin
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-02-04 16:32:41 +0100
committerHisham Muhammad <hisham@gobolinux.org>2018-02-17 15:30:15 -0200
commit4aba5d878d02f3d17f736f1200c16dcd66b5b85b (patch)
tree82b1a80261ad2b3329eebd54055dd3da0a366eb3 /darwin
parente48b63b585109a9cd65741fd3ea3307fd69d0249 (diff)
Fix inttypes.h header
Diffstat (limited to 'darwin')
-rw-r--r--darwin/Platform.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/darwin/Platform.h b/darwin/Platform.h
index 1231217b..d5446a88 100644
--- a/darwin/Platform.h
+++ b/darwin/Platform.h
@@ -16,6 +16,10 @@ in the source distribution for its full text.
#include "BatteryMeter.h"
#include "DarwinProcess.h"
+typedef enum DarwinProcessFields {
+ LAST_PROCESSFIELD = 100,
+} DarwinProcessField;
+
#ifndef CLAMP
#define CLAMP(x,low,high) (((x)>(high))?(high):(((x)<(low))?(low):(x)))
#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy