From da53f3956c5b9951b6214495d535d7fd2cc9795a Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Tue, 15 Oct 2013 21:41:03 -0700 Subject: [PATCH] Undef all header local macros. --- include/bx/cl.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/bx/cl.h b/include/bx/cl.h index 0514950..28cb6d0 100644 --- a/include/bx/cl.h +++ b/include/bx/cl.h @@ -906,6 +906,13 @@ namespace bx } } // namespace bx + +#undef BX_CL_IMPORT_ALL +#undef BX_CL_IMPORT_ALL_10 +#undef BX_CL_IMPORT_ALL_11 +#undef BX_CL_IMPORT_ALL_12 +#undef BX_CL_IMPORT_END + #endif // defined(BX_CL_IMPLEMENTATION) #endif // __OPENCL_CL_H