2010-11-15 Marcus Brinkmann <mb@g10code.com>
[gpgme.git] / contrib / conf-w32ce-msc / stdint.h
1 typedef unsigned long long uint64_t;
2 typedef long long int64_t;
3 typedef unsigned int uint32_t;
4 typedef int int32_t;
5 typedef unsigned short uint16_t;
6 typedef short int16_t;
7 typedef unsigned int uintptr_t;
8 typedef int intptr_t;
9