Bug 912560 - WebRTC may define __STDC_FORMAT_MACROS on the command line. r=ted

This commit is contained in:
Hubert Figuière 2013-10-01 15:08:46 -04:00
parent b0b7d88ca3
commit 0c807f11d4

View File

@ -21,7 +21,9 @@
*/
#define __STDC_LIMIT_MACROS
#define __STDC_CONSTANT_MACROS
#if !defined(__STDC_FORMAT_MACROS)
#define __STDC_FORMAT_MACROS
#endif
/*
* Force-include hunspell_alloc_hooks.h and hunspell_fopen_hooks.h for hunspell,