summaryrefslogtreecommitdiffstats
path: root/loader/wine/vfw.h
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-18 01:01:03 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-18 01:01:03 +0000
commitd71e31d0f702ebf8f872694f6e0f5d579c8378d3 (patch)
treeb8a816661c678a08769b45d34b394b1b5d04f134 /loader/wine/vfw.h
parent52d76c5f328bdb0268d266b21f91aac571b443f6 (diff)
downloadmpv-d71e31d0f702ebf8f872694f6e0f5d579c8378d3.tar.bz2
mpv-d71e31d0f702ebf8f872694f6e0f5d579c8378d3.tar.xz
DLL loader updated from avifile-0.60beta4
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@129 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/wine/vfw.h')
-rw-r--r--loader/wine/vfw.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/loader/wine/vfw.h b/loader/wine/vfw.h
index 2b79bbc73d..e60f83c502 100644
--- a/loader/wine/vfw.h
+++ b/loader/wine/vfw.h
@@ -15,6 +15,8 @@ typedef struct
long bfOffBits;
} BITMAPFILEHEADER;
+#ifndef _BITMAPINFOHEADER_
+#define _BITMAPINFOHEADER_
typedef struct
{
long biSize;
@@ -34,6 +36,8 @@ typedef struct {
int bmiColors[1];
} BITMAPINFO, *LPBITMAPINFO;
#endif
+
+#endif
#define VFWAPI
#define VFWAPIV
#ifndef __WINE_WINDEF_H