Browse Source

Undef all header local macros.

bkaradzic 12 years ago
parent
commit
da53f3956c
1 changed files with 7 additions and 0 deletions
  1. 7 0
      include/bx/cl.h

+ 7 - 0
include/bx/cl.h

@@ -906,6 +906,13 @@ namespace bx
 	}
 	}
 
 
 } // 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 // defined(BX_CL_IMPLEMENTATION)
 
 
 #endif // __OPENCL_CL_H
 #endif // __OPENCL_CL_H