[MPlayer-cvslog] r24438 - trunk/loader/wine/vfw.h
    diego 
    subversion at mplayerhq.hu
       
    Thu Sep 13 01:14:55 CEST 2007
    
    
  
Author: diego
Date: Thu Sep 13 01:14:55 2007
New Revision: 24438
Log:
Remove useless #ifndef, __WINE_WINGDI_H is never defined.
Modified:
   trunk/loader/wine/vfw.h
Modified: trunk/loader/wine/vfw.h
==============================================================================
--- trunk/loader/wine/vfw.h	(original)
+++ trunk/loader/wine/vfw.h	Thu Sep 13 01:14:55 2007
@@ -10,7 +10,6 @@
 #ifdef __cplusplus
 extern "C" {
 #endif
-#ifndef __WINE_WINGDI_H
 
 typedef struct __attribute__((__packed__))
 {
@@ -43,7 +42,6 @@ typedef struct {
 } BITMAPINFO, *LPBITMAPINFO;
 #endif
 
-#endif
 #define VFWAPI	
 #define VFWAPIV	
 #ifndef __WINE_WINDEF_H
    
    
More information about the MPlayer-cvslog
mailing list