]> git.sesse.net Git - x264/blobdiff - common/osdep.c
msvs: WinRT support
[x264] / common / osdep.c
index 78359942280a6ee2cc18502eda5107bbdbd16616..074a1f310e33aed515e22db504e0139e9d839b26 100644 (file)
@@ -126,6 +126,7 @@ int x264_stat( const char *path, x264_struct_stat *buf )
     return -1;
 }
 
+#if !HAVE_WINRT
 int x264_vfprintf( FILE *stream, const char *format, va_list arg )
 {
     HANDLE console = NULL;
@@ -167,3 +168,4 @@ int x264_is_pipe( const char *path )
     return 0;
 }
 #endif
+#endif