From f2ea03679b57702282b9210de1a979a99bc1f7dc Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sat, 23 Aug 2003 13:21:30 +0000 Subject: [PATCH] Make sure to define __STDC_CONSTANT_MACROS before we include anything [SVN r19747] --- cstdint_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cstdint_test.cpp b/cstdint_test.cpp index 3b07517..5d257ec 100644 --- a/cstdint_test.cpp +++ b/cstdint_test.cpp @@ -13,9 +13,9 @@ // 12 Nov 00 Adapted to merged // 23 Sep 00 Added INTXX_C constant macro support + int64_t support (John Maddock). // 28 Jun 00 Initial version +#define __STDC_CONSTANT_MACROS #include #include -#define __STDC_CONSTANT_MACROS #include #ifdef NDEBUG