comparison loader/wine/avifmt.h @ 24421:058fc97310e3

Fix include path.
author diego
date Thu, 13 Sep 2007 00:17:52 +0000
parents d3063b49144c
children c98c9e7f3bd0
comparison
equal deleted inserted replaced
24420:d3063b49144c 24421:058fc97310e3
6 #ifndef WINE_AVIFMT_H 6 #ifndef WINE_AVIFMT_H
7 #define WINE_AVIFMT_H 7 #define WINE_AVIFMT_H
8 8
9 #ifndef WINE_NOAVIFMT_H 9 #ifndef WINE_NOAVIFMT_H
10 10
11 #include "wine/windef.h" 11 #include "windef.h"
12 12
13 #ifndef __WINE_MSACM_H 13 #ifndef __WINE_MSACM_H
14 typedef DWORD FOURCC; 14 typedef DWORD FOURCC;
15 #endif 15 #endif
16 16