Consistently use path as multiple inclusion guard.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24433 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-09-12 15:30:22 +00:00
parent 01e19430f5
commit 802b125c30
3 changed files with 11 additions and 11 deletions

View File

@ -3,10 +3,10 @@
* AVIFMT - AVI file format definitions
*
****************************************************************************/
#ifndef AVIFMT
#define AVIFMT
#ifndef WINE_AVIFMT_H
#define WINE_AVIFMT_H
#ifndef NOAVIFMT
#ifndef WINE_NOAVIFMT_H
#ifndef __WINE_WINDEF_H
#include "wine/windef.h"
@ -240,5 +240,5 @@ typedef struct
**
** Used in video streams.
*/
#endif /* NOAVIFMT */
#endif /* AVIFMT */
#endif /* WINE_NOAVIFMT_H */
#endif /* WINE_AVIFMT_H */

View File

@ -1,5 +1,5 @@
#ifndef __WINE_WINE_WINESTRING_H
#define __WINE_WINE_WINESTRING_H
#ifndef __WINE_WINESTRING_H
#define __WINE_WINESTRING_H
#include "windef.h"
@ -10,4 +10,4 @@ LPSTR WINAPI lstrcpynWtoA(LPSTR,LPCWSTR,INT);
#define lstrncmpiA strncasecmp
#endif /* __WINE_WINE_WINESTRING_H */
#endif /* __WINE_WINESTRING_H */

View File

@ -1,5 +1,5 @@
#ifndef _WINUSER_
#define _WINUSER_
#ifndef _WINE_WINUSER_H
#define _WINE_WINUSER_H
#ifndef RC_INVOKED
#include <stdarg.h>
@ -2926,4 +2926,4 @@ VOID WINAPI ScreenSwitchEnable16(WORD);
}
#endif
#endif /* _WINUSER_ */
#endif /* _WINE_WINUSER_H */