summaryrefslogtreecommitdiffstats
path: root/api/type.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2012-02-21 15:32:26 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2012-02-21 15:32:26 (GMT)
commit93553faeed1c4b0f03141bbb6791bafa8be4814d (patch)
treead2f645d26829bfee0961e980b8ba1d25d86d49c /api/type.h
parentb81b507a2fc2fffc3b46ddbbc1f2c665a6a71d53 (diff)
downloadAF903x_SRC-93553faeed1c4b0f03141bbb6791bafa8be4814d.zip
AF903x_SRC-93553faeed1c4b0f03141bbb6791bafa8be4814d.tar.gz
AF903x_SRC-93553faeed1c4b0f03141bbb6791bafa8be4814d.tar.bz2
Fix compilation errors
Thanks to Jozef Gercak <gercakj@gmail.com> some compilation errors are fixed.
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