search for: compat_inttyp

Displaying 1 result from an estimated 1 matches for "compat_inttyp".

Did you mean: compat_inttypes
2017 Jan 16
2
MSVC 2005/2008 can't compile libFLAC
...AC/ordinals.h contains some nonsense like "typedef uint32_t __int32 FLAC__uint32;", but that's not a real problem) So, what to do? 1) include share/compat.h where needed (but it's too big, and even indirectly includes <windows.h>). 2) create a new file compat_stdint.h or compat_inttypes.h that has only necessary definitions and include it. 3) apply the attached patch and hope that it has the most compatible definitions for these types. 4) drop MSVC 2005/2008 support. 5) revert some changes of integer types to [u]intNN_t. -------------- next part -------------- A non-text atta...