summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-07 23:45:49 +0100
committerMichael Bien <[email protected]>2010-11-15 16:09:46 +0100
commitec962d224830804c38b5dd0362e0f6d284b73a22 (patch)
tree772d0f845894815b6ca51166b616965bbfd41a9c /resources
parent7abe02d2b4de881c8af35331050b1e76d3c80a00 (diff)
Removed __GNUC__ from opencl.h gluegen loader file
Diffstat (limited to 'resources')
-rw-r--r--resources/opencl.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/resources/opencl.h b/resources/opencl.h
index 949b6dd6..28b874e7 100644
--- a/resources/opencl.h
+++ b/resources/opencl.h
@@ -1,9 +1,5 @@
-#ifdef _WIN32
-#include <windows.h>
-#else
//just to make ANTLR happy
-#define __GNUC__
-#endif
+// #define __GNUC__
#include <CL/cl_platform.h>
#include <CL/cl.h>