OSDN Git Service

Define 64 bit types if compiling with -std=c99
authorMartin Storsjo <martin@martin.st>
Tue, 8 Sep 2009 08:54:45 +0000 (10:54 +0200)
committerMartin Storsjo <martin@martin.st>
Mon, 14 Sep 2009 14:45:50 +0000 (16:45 +0200)
commitc88110e284d6fcb5922c72f524dc3b4f24139580
tree1ce89bf15bf0bd5825beccd3f229014e4d7147d6
parenta90528ad3420c571987f2124955646dae88007b6
Define 64 bit types if compiling with -std=c99

Compiling with -std=c99 defines __STRICT_ANSI__, but the 64 bit types
and type macros should still be defined in this case.

This helps compiling third party code that needs -std=c99 with the NDK.
libc/include/stdint.h