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

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Sat, 23 Feb 2008 14:50:55 +0000
parents b70f5ac9c001
children b5a46071062a
comparison
equal deleted inserted replaced
26044:7a541b991b85 26045:a8ea87c71d18
6 * Modified for use with MPlayer, detailed changelog at 6 * Modified for use with MPlayer, detailed changelog at
7 * http://svn.mplayerhq.hu/mplayer/trunk/ 7 * http://svn.mplayerhq.hu/mplayer/trunk/
8 * 8 *
9 */ 9 */
10 10
11 #ifndef WINE_WINDEF_H 11 #ifndef MPLAYER_WINDEF_H
12 #define WINE_WINDEF_H 12 #define MPLAYER_WINDEF_H
13 13
14 # include "config.h" 14 # include "config.h"
15 15
16 #ifdef _EGCS_ 16 #ifdef _EGCS_
17 #define __stdcall 17 #define __stdcall
336 * Basic type definitions for 16 bit variations on Windows types. 336 * Basic type definitions for 16 bit variations on Windows types.
337 * These types are provided mostly to insure compatibility with 337 * These types are provided mostly to insure compatibility with
338 * 16 bit windows code. 338 * 16 bit windows code.
339 */ 339 */
340 340
341 #ifndef WINE_WINDEF16_H 341 #ifndef MPLAYER_WINDEF16_H
342 #define WINE_WINDEF16_H 342 #define MPLAYER_WINDEF16_H
343 343
344 #include "windef.h" 344 #include "windef.h"
345 345
346 /* Standard data types */ 346 /* Standard data types */
347 347
451 typedef WIN_BOOL16 CALLBACK (*PROPENUMPROC16)(HWND16,SEGPTR,HANDLE16); 451 typedef WIN_BOOL16 CALLBACK (*PROPENUMPROC16)(HWND16,SEGPTR,HANDLE16);
452 typedef VOID CALLBACK (*TIMERPROC16)(HWND16,UINT16,UINT16,DWORD); 452 typedef VOID CALLBACK (*TIMERPROC16)(HWND16,UINT16,UINT16,DWORD);
453 typedef LRESULT CALLBACK (*WNDENUMPROC16)(HWND16,LPARAM); 453 typedef LRESULT CALLBACK (*WNDENUMPROC16)(HWND16,LPARAM);
454 typedef LRESULT CALLBACK (*WNDPROC16)(HWND16,UINT16,WPARAM16,LPARAM); 454 typedef LRESULT CALLBACK (*WNDPROC16)(HWND16,UINT16,WPARAM16,LPARAM);
455 455
456 #endif /* WINE_WINDEF16_H */ 456 #endif /* MPLAYER_WINDEF16_H */
457 457
458 /* Define some empty macros for compatibility with Windows code. */ 458 /* Define some empty macros for compatibility with Windows code. */
459 459
460 /* Macro for structure packing. */ 460 /* Macro for structure packing. */
461 461
635 635
636 #ifdef __cplusplus 636 #ifdef __cplusplus
637 } 637 }
638 #endif 638 #endif
639 639
640 #endif /* WINE_WINDEF_H */ 640 #endif /* MPLAYER_WINDEF_H */