diff options
author | Sven Gothel <[email protected]> | 2010-11-07 23:45:49 +0100 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-11-15 16:09:46 +0100 |
commit | ec962d224830804c38b5dd0362e0f6d284b73a22 (patch) | |
tree | 772d0f845894815b6ca51166b616965bbfd41a9c /resources | |
parent | 7abe02d2b4de881c8af35331050b1e76d3c80a00 (diff) |
Removed __GNUC__ from opencl.h gluegen loader file
Diffstat (limited to 'resources')
-rw-r--r-- | resources/opencl.h | 6 |
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> |