From 52a20f8579f946b9c7749b1c022d284169daf0d7 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 13 Sep 2007 08:50:21 +0000 Subject: Remove leading underscores from multiple inclusion guards, leading underscores are reserved in the C standard. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24442 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/wine/winnt.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'loader/wine/winnt.h') diff --git a/loader/wine/winnt.h b/loader/wine/winnt.h index 60a937d6e4..be7c6db79a 100644 --- a/loader/wine/winnt.h +++ b/loader/wine/winnt.h @@ -4,8 +4,8 @@ * Copyright 1996 Alexandre Julliard */ -#ifndef __WINE_WINNT_H -#define __WINE_WINNT_H +#ifndef WINE_WINNT_H +#define WINE_WINNT_H #include "windef.h" @@ -2660,4 +2660,4 @@ typedef enum tagSID_NAME_USE { #include "poppack.h" -#endif /* __WINE_WINNT_H */ +#endif /* WINE_WINNT_H */ -- cgit v1.2.3