comparison loader/wine/vfw.h @ 30171:837cd9762b4e

Add required header #includes to satisfy 'make checkheaders'.
author diego
date Mon, 04 Jan 2010 20:36:27 +0000
parents 0f1b5b68af32
children 26f673ba0675
comparison
equal deleted inserted replaced
30170:008338d7679f 30171:837cd9762b4e
7 #define MPLAYER_VFW_H 7 #define MPLAYER_VFW_H
8 //#include "pshpack1.h" 8 //#include "pshpack1.h"
9 #ifdef __cplusplus 9 #ifdef __cplusplus
10 extern "C" { 10 extern "C" {
11 #endif 11 #endif
12
13 #include "windef.h"
12 14
13 typedef struct __attribute__((__packed__)) 15 typedef struct __attribute__((__packed__))
14 { 16 {
15 short bfType; 17 short bfType;
16 long bfSize; 18 long bfSize;