From 892feb1665d4f32d83d46d90b92b3fa1c2f15bc4 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Wed, 12 May 2021 18:09:09 +0100 Subject: [PATCH] Define __STDC_FORMAT_MACROS in stdafx.h --- src/stdafx.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stdafx.h b/src/stdafx.h index ace3d6163c..42e8cac096 100644 --- a/src/stdafx.h +++ b/src/stdafx.h @@ -52,6 +52,7 @@ # include # else # define __STDC_LIMIT_MACROS +# define __STDC_FORMAT_MACROS # include # endif #endif