33#ifndef FLAC__ORDINALS_H
34#define FLAC__ORDINALS_H
36#if defined(_MSC_VER) && _MSC_VER < 1600
42typedef signed __int8 FLAC__int8;
43typedef signed __int16 FLAC__int16;
44typedef signed __int32 FLAC__int32;
45typedef signed __int64 FLAC__int64;
46typedef unsigned __int8 FLAC__uint8;
47typedef unsigned __int16 FLAC__uint16;
48typedef unsigned __int32 FLAC__uint32;
49typedef unsigned __int64 FLAC__uint64;
57typedef int8_t FLAC__int8;
58typedef uint8_t FLAC__uint8;
60typedef int16_t FLAC__int16;
61typedef int32_t FLAC__int32;
62typedef int64_t FLAC__int64;
63typedef uint16_t FLAC__uint16;
64typedef uint32_t FLAC__uint32;
65typedef uint64_t FLAC__uint64;
69typedef int FLAC__bool;
71typedef FLAC__uint8 FLAC__byte;
Copyright (c) 2000-2009 Josh Coalson
Copyright (c) 2011-2022 Xiph.Org Foundation