From da500c77455feea3d1f94f6681a10fd11ad56c11 Mon Sep 17 00:00:00 2001 From: JP Dinger Date: Thu, 18 Jun 2009 14:10:31 +0200 Subject: [PATCH] win32 compile fix: Add C99 macro to have INT64_C work again. --- modules/access/dshow/dshow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/access/dshow/dshow.cpp b/modules/access/dshow/dshow.cpp index bcf8c31d29..7d5335896f 100644 --- a/modules/access/dshow/dshow.cpp +++ b/modules/access/dshow/dshow.cpp @@ -30,6 +30,7 @@ # include "config.h" #endif +#define __STDC_CONSTANT_MACROS 1 #define __STDC_FORMAT_MACROS 1 #include -- 2.39.2