From 5164bd8678dba3c3f2173e976a51b9d16a04f5fa Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Mon, 15 Nov 2010 15:01:17 +0000 Subject: 2010-11-15 Marcus Brinkmann * conf-w32ce-msc/stdint.h: New file. * conf-w32ce-msc/build.mk (conf_sources): Add stdint.h. * conf-w32ce-msc/build.mk (copy-static-source): Revert last change. --- contrib/conf-w32ce-msc/stdint.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 contrib/conf-w32ce-msc/stdint.h (limited to 'contrib/conf-w32ce-msc/stdint.h') diff --git a/contrib/conf-w32ce-msc/stdint.h b/contrib/conf-w32ce-msc/stdint.h new file mode 100755 index 00000000..0a821b75 --- /dev/null +++ b/contrib/conf-w32ce-msc/stdint.h @@ -0,0 +1,9 @@ +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; + -- cgit v1.2.3