Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 020a46733f7e88c1650db87aff606663 > files > 1

mingw-dirac-1.0.2-14.mga5.src.rpm

--- util/conversion/common/setstdiomode.h.orig	2012-01-21 13:08:30.806899530 +0100
+++ util/conversion/common/setstdiomode.h	2012-01-21 13:10:14.231746427 +0100
@@ -63,8 +63,8 @@
 #define dirac_utilities_setstdiomode
 
 #ifdef _WIN32
-namespace dirac_vu { //dirac video utilities namespace
 #include <fcntl.h>
+namespace dirac_vu { //dirac video utilities namespace
 int _CRT_fmode = _O_BINARY;
 }
 #endif