mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
FLAC/ordinals.h : Provide links for <stdint.h> replacements.
This commit is contained in:
@@ -33,7 +33,10 @@
|
||||
#define FLAC__ORDINALS_H
|
||||
|
||||
/* If your compiler does not provide <stdint.h> you should provide a replacement
|
||||
* which hss suitable replacements for the following intX_T and uintX_t types.
|
||||
* which has suitable replacements for the following intX_T and uintX_t types.
|
||||
* For example:
|
||||
* http://msinttypes.googlecode.com/svn/trunk/stdint.h
|
||||
* http://www.azillionmonkeys.com/qed/pstdint.h
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
Reference in New Issue
Block a user