summaryrefslogtreecommitdiffstats
path: root/resources/CL/stddef.h
diff options
context:
space:
mode:
Diffstat (limited to 'resources/CL/stddef.h')
-rw-r--r--resources/CL/stddef.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/resources/CL/stddef.h b/resources/CL/stddef.h
deleted file mode 100644
index fde2fe19..00000000
--- a/resources/CL/stddef.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#if defined(_WIN64)
- typedef __int64 ptrdiff_t;
-#elif defined(__ia64__) || defined(__x86_64__)
- typedef long int ptrdiff_t;
-#else
- typedef int ptrdiff_t;
-#endif
-
-#define NULL ((void *)0)
- typedef int wchar_t;
-
-#include <inttypes.h> \ No newline at end of file