Mercurial > mplayer.hg
comparison loader/wine/winnt.h @ 24422:c98c9e7f3bd0
Remove leading underscores from multiple inclusion guards,
leading underscores are reserved in the C standard.
author | diego |
---|---|
date | Thu, 13 Sep 2007 08:50:21 +0000 |
parents | 251338cf2f58 |
children | 2c8cdb9123b8 |
comparison
equal
deleted
inserted
replaced
24421:058fc97310e3 | 24422:c98c9e7f3bd0 |
---|---|
2 * Win32 definitions for Windows NT | 2 * Win32 definitions for Windows NT |
3 * | 3 * |
4 * Copyright 1996 Alexandre Julliard | 4 * Copyright 1996 Alexandre Julliard |
5 */ | 5 */ |
6 | 6 |
7 #ifndef __WINE_WINNT_H | 7 #ifndef WINE_WINNT_H |
8 #define __WINE_WINNT_H | 8 #define WINE_WINNT_H |
9 | 9 |
10 #include "windef.h" | 10 #include "windef.h" |
11 | 11 |
12 #ifndef RC_INVOKED | 12 #ifndef RC_INVOKED |
13 #include <string.h> | 13 #include <string.h> |
2658 #define RtlFillMemory(Destination, Length, Fill) memset((Destination),(Fill),(Length)) | 2658 #define RtlFillMemory(Destination, Length, Fill) memset((Destination),(Fill),(Length)) |
2659 #define RtlZeroMemory(Destination, Length) memset((Destination),0,(Length)) | 2659 #define RtlZeroMemory(Destination, Length) memset((Destination),0,(Length)) |
2660 | 2660 |
2661 #include "poppack.h" | 2661 #include "poppack.h" |
2662 | 2662 |
2663 #endif /* __WINE_WINNT_H */ | 2663 #endif /* WINE_WINNT_H */ |