Commit 0c807f11 authored by Hubert Figuière's avatar Hubert Figuière
Browse files

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

parent b0b7d88c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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,