diff loader/wine/vfw.h @ 26109:e53dac3c60ee

Revert fixing illegal identifiers to fix compilation on MinGW. Unfortunately these identifiers appear in Windows system headers and are thus outside our direct control.
author diego
date Sun, 02 Mar 2008 19:38:50 +0000
parents d5641be6a896
children 0f1b5b68af32
line wrap: on
line diff
--- a/loader/wine/vfw.h	Sat Mar 01 20:09:22 2008 +0000
+++ b/loader/wine/vfw.h	Sun Mar 02 19:38:50 2008 +0000
@@ -19,8 +19,8 @@
     long   bfOffBits;
 } BITMAPFILEHEADER;
 
-#ifndef BITMAPINFOHEADER_
-#define BITMAPINFOHEADER_
+#ifndef _BITMAPINFOHEADER_
+#define _BITMAPINFOHEADER_
 typedef struct __attribute__((__packed__))
 {
     long 	biSize;