]> git.sesse.net Git - vlc/commitdiff
win32 compile fix: Add C99 macro to have INT64_C work again.
authorJP Dinger <jpd@videolan.org>
Thu, 18 Jun 2009 12:10:31 +0000 (14:10 +0200)
committerJP Dinger <jpd@videolan.org>
Thu, 18 Jun 2009 12:12:16 +0000 (14:12 +0200)
modules/access/dshow/dshow.cpp

index bcf8c31d2906f6fb2509f5b28fc534169c8f8709..7d5335896f124ba985577f84027ffe516c52b024 100644 (file)
@@ -30,6 +30,7 @@
 # include "config.h"
 #endif
 
+#define __STDC_CONSTANT_MACROS 1
 #define __STDC_FORMAT_MACROS 1
 #include <inttypes.h>