summaryrefslogtreecommitdiffstats
path: root/api/type.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/type.h')
-rw-r--r--api/type.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/api/type.h b/api/type.h
index df56aad..d7cf236 100644
--- a/api/type.h
+++ b/api/type.h
@@ -3,6 +3,17 @@
#include "userdef.h"// for Linux
+
+
+#ifdef IN
+#undef IN
+#endif
+
+#ifdef OUT
+#undef OUT
+#endif
+
+
#define IN
#define OUT
#define INOUT