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

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Sat, 23 Feb 2008 14:50:55 +0000
parents 2c8cdb9123b8
children 0f1b5b68af32
comparison
equal deleted inserted replaced
26044:7a541b991b85 26045:a8ea87c71d18
1 #ifndef WINE_WINBASE_H 1 #ifndef MPLAYER_WINBASE_H
2 #define WINE_WINBASE_H 2 #define MPLAYER_WINBASE_H
3 3
4 #include "basetsd.h" 4 #include "basetsd.h"
5 #include "winnt.h" 5 #include "winnt.h"
6 #include "winestring.h" 6 #include "winestring.h"
7 #include "pshpack1.h" 7 #include "pshpack1.h"
1780 1780
1781 #ifdef __cplusplus 1781 #ifdef __cplusplus
1782 } 1782 }
1783 #endif 1783 #endif
1784 1784
1785 #endif /* WINE_WINBASE_H */ 1785 #endif /* MPLAYER_WINBASE_H */