commit | c88110e284d6fcb5922c72f524dc3b4f24139580 | [log] [tgz] |
---|---|---|
author | Martin Storsjo <martin@martin.st> | Tue Sep 08 10:54:45 2009 +0200 |
committer | Martin Storsjo <martin@martin.st> | Mon Sep 14 16:45:50 2009 +0200 |
tree | 1ce89bf15bf0bd5825beccd3f229014e4d7147d6 | |
parent | a90528ad3420c571987f2124955646dae88007b6 [diff] |
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.