comparison loader/wine/windows.h @ 26045:a8ea87c71d18

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Sat, 23 Feb 2008 14:50:55 +0000
parents c98c9e7f3bd0
children 26f673ba0675
comparison
equal deleted inserted replaced
26044:7a541b991b85 26045:a8ea87c71d18
1 #ifndef WINE_WINDOWS_H 1 #ifndef MPLAYER_WINDOWS_H
2 #define WINE_WINDOWS_H 2 #define MPLAYER_WINDOWS_H
3 3
4 #ifdef __cplusplus 4 #ifdef __cplusplus
5 extern "C" { 5 extern "C" {
6 #endif 6 #endif
7 7
33 33
34 #ifdef __cplusplus 34 #ifdef __cplusplus
35 } 35 }
36 #endif 36 #endif
37 37
38 #endif /* WINE_WINDOWS_H */ 38 #endif /* MPLAYER_WINDOWS_H */