From a27f73390fd3305a8279fc2c183c2b0c42730b61 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 2 Mar 2008 19:38:50 +0000 Subject: Revert fixing illegal identifiers to fix compilation on MinGW. Unfortunately these identifiers appear in Windows system headers and are thus outside our direct control. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26141 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/wine/vfw.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'loader/wine/vfw.h') diff --git a/loader/wine/vfw.h b/loader/wine/vfw.h index bc918fef09..e663129c82 100644 --- a/loader/wine/vfw.h +++ b/loader/wine/vfw.h @@ -19,8 +19,8 @@ typedef struct __attribute__((__packed__)) long bfOffBits; } BITMAPFILEHEADER; -#ifndef BITMAPINFOHEADER_ -#define BITMAPINFOHEADER_ +#ifndef _BITMAPINFOHEADER_ +#define _BITMAPINFOHEADER_ typedef struct __attribute__((__packed__)) { long biSize; -- cgit v1.2.3