changeset 30484:0e067fdaf442

Remove disabled AVIFILE-specific preprocessor code. It will never get enabled in MPlayer, nor is it more than cruft.
author diego
date Mon, 08 Feb 2010 10:14:42 +0000
parents 74d33572f1ff
children a26b7e0a8c8d
files loader/win32.h
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/loader/win32.h	Mon Feb 08 10:05:49 2010 +0000
+++ b/loader/win32.h	Mon Feb 08 10:14:42 2010 +0000
@@ -12,15 +12,6 @@
 #include "wine/winbase.h"
 #include "com.h"
 
-#ifdef AVIFILE
-#ifdef __GNUC__
-#include "avm_output.h"
-#ifndef __cplusplus
-#define printf(a, ...)  avm_printf("Win32 plugin", a, ## __VA_ARGS__)
-#endif
-#endif
-#endif
-
 void my_garbagecollection(void);
 
 typedef struct {