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

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Sat, 23 Feb 2008 14:50:55 +0000
parents b70f5ac9c001
children 774aa6f7399e
comparison
equal deleted inserted replaced
26044:7a541b991b85 26045:a8ea87c71d18
6 /* 6 /*
7 * Modified for use with MPlayer, detailed changelog at 7 * Modified for use with MPlayer, detailed changelog at
8 * http://svn.mplayerhq.hu/mplayer/trunk/ 8 * http://svn.mplayerhq.hu/mplayer/trunk/
9 */ 9 */
10 10
11 #ifndef WINE_BASETSD_H 11 #ifndef MPLAYER_BASETSD_H
12 #define WINE_BASETSD_H 12 #define MPLAYER_BASETSD_H
13 13
14 #include "config.h" 14 #include "config.h"
15 15
16 #ifdef __cplusplus 16 #ifdef __cplusplus
17 extern "C" { 17 extern "C" {
167 167
168 #ifdef __cplusplus 168 #ifdef __cplusplus
169 } /* extern "C" */ 169 } /* extern "C" */
170 #endif /* defined(__cplusplus) */ 170 #endif /* defined(__cplusplus) */
171 171
172 #endif /* WINE_BASETSD_H */ 172 #endif /* MPLAYER_BASETSD_H */