mirror of https://github.com/mpv-player/mpv
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:
parent
254f0f1028
commit
c374720467
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue