]> git.sesse.net Git - vlc/blobdiff - modules/access/dshow/dshow.cpp
win32 compile fix: Add C99 macro to have INT64_C work again.
[vlc] / 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>