Move src to src/lib, include to src/include, test to src/test.
[deb_shairplay.git] / src / lib / alac / stdint_win.h
CommitLineData
2340bcd3
JVH
1\r
2#ifndef ALAC_STDINT_WIN_H__\r
3#define ALAC_STDINT_WIN_H__\r
4\r
5typedef signed char int8_t;\r
6typedef signed short int16_t;\r
7typedef signed int int32_t;\r
8typedef signed __int64 int64_t;\r
9typedef unsigned char uint8_t;\r
10typedef unsigned short uint16_t;\r
11typedef unsigned int uint32_t;\r
12typedef unsigned __int64 uint64_t;\r
13\r
14#endif // ALAC_STDINT_WIN_H__