1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-07 23:51:49 +00:00

Remove useless #ifndef, __WINE_WINGDI_H is never defined.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24438 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-09-12 23:14:55 +00:00
parent 254f0f1028
commit c374720467

View File

@ -10,7 +10,6 @@
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
#ifndef __WINE_WINGDI_H
typedef struct __attribute__((__packed__)) typedef struct __attribute__((__packed__))
{ {
@ -43,7 +42,6 @@ typedef struct {
} BITMAPINFO, *LPBITMAPINFO; } BITMAPINFO, *LPBITMAPINFO;
#endif #endif
#endif
#define VFWAPI #define VFWAPI
#define VFWAPIV #define VFWAPIV
#ifndef __WINE_WINDEF_H #ifndef __WINE_WINDEF_H