mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Make the GCC 4.8 bot happy ;).
This commit is contained in:
parent
aaa2fa936a
commit
04c7a8aa4a
@ -24,7 +24,7 @@ typedef unsigned __int8 uint8_t;
|
|||||||
#define UINT8_MAX _UI8_MAX
|
#define UINT8_MAX _UI8_MAX
|
||||||
typedef unsigned __int32 uint32_t;
|
typedef unsigned __int32 uint32_t;
|
||||||
#else
|
#else
|
||||||
#include <cstdint>
|
#include <stdint.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Only needed for the (commented out) Indexed8 codepath
|
// Only needed for the (commented out) Indexed8 codepath
|
||||||
|
Loading…
x
Reference in New Issue
Block a user