summaryrefslogtreecommitdiff
path: root/contrib/conf-w32ce-msc/stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/conf-w32ce-msc/stdint.h')
-rwxr-xr-xcontrib/conf-w32ce-msc/stdint.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/contrib/conf-w32ce-msc/stdint.h b/contrib/conf-w32ce-msc/stdint.h
deleted file mode 100755
index 0a821b7..0000000
--- a/contrib/conf-w32ce-msc/stdint.h
+++ /dev/null
@@ -1,9 +0,0 @@
-typedef unsigned long long uint64_t;
-typedef long long int64_t;
-typedef unsigned int uint32_t;
-typedef int int32_t;
-typedef unsigned short uint16_t;
-typedef short int16_t;
-typedef unsigned int uintptr_t;
-typedef int intptr_t;
-