diff options
author | Michael Bien <[email protected]> | 2009-09-15 23:46:57 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2009-09-15 23:46:57 +0200 |
commit | 769d2721943cd74f5903a99a2f417c4aa4dc6fbc (patch) | |
tree | e7c0b6ffd1b8a76a574c1d3449aef467a71c2a32 /resources/CL/stddef.h | |
parent | 2019f0de6f0299a61189d9c82e895d374dfc4d9d (diff) |
fixed double typedef in build
Diffstat (limited to 'resources/CL/stddef.h')
-rw-r--r-- | resources/CL/stddef.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/CL/stddef.h b/resources/CL/stddef.h index 8aa70051..fde2fe19 100644 --- a/resources/CL/stddef.h +++ b/resources/CL/stddef.h @@ -5,3 +5,8 @@ #else typedef int ptrdiff_t; #endif + +#define NULL ((void *)0) + typedef int wchar_t; + +#include <inttypes.h>
\ No newline at end of file |