comparison loader/wine/avifmt.h @ 24413:500e245c5425

Consistently use path as multiple inclusion guard.
author diego
date Wed, 12 Sep 2007 15:30:22 +0000
parents 93b87066f9da
children e1178632eacf
comparison
equal deleted inserted replaced
24412:6c13e92f6d05 24413:500e245c5425
1 /**************************************************************************** 1 /****************************************************************************
2 * 2 *
3 * AVIFMT - AVI file format definitions 3 * AVIFMT - AVI file format definitions
4 * 4 *
5 ****************************************************************************/ 5 ****************************************************************************/
6 #ifndef AVIFMT 6 #ifndef WINE_AVIFMT_H
7 #define AVIFMT 7 #define WINE_AVIFMT_H
8 8
9 #ifndef NOAVIFMT 9 #ifndef WINE_NOAVIFMT_H
10 10
11 #ifndef __WINE_WINDEF_H 11 #ifndef __WINE_WINDEF_H
12 #include "wine/windef.h" 12 #include "wine/windef.h"
13 #endif 13 #endif
14 14
238 /* 238 /*
239 ** Palette change chunk 239 ** Palette change chunk
240 ** 240 **
241 ** Used in video streams. 241 ** Used in video streams.
242 */ 242 */
243 #endif /* NOAVIFMT */ 243 #endif /* WINE_NOAVIFMT_H */
244 #endif /* AVIFMT */ 244 #endif /* WINE_AVIFMT_H */