diff libmpcodecs/ve_vfw.c @ 18771:a1807995e2ab

Move #ifdefs around complete files into the build system.
author diego
date Wed, 21 Jun 2006 14:49:09 +0000
parents bcd805923554
children ca9da45d13e9
line wrap: on
line diff
--- a/libmpcodecs/ve_vfw.c	Wed Jun 21 13:50:06 2006 +0000
+++ b/libmpcodecs/ve_vfw.c	Wed Jun 21 14:49:09 2006 +0000
@@ -5,7 +5,6 @@
 #include <inttypes.h>
 
 #include "config.h"
-#ifdef USE_WIN32DLL
 
 #include "mp_msg.h"
 #include "help_mp.h"
@@ -290,4 +289,3 @@
 };
 
 //===========================================================================//
-#endif