From: Nikolay Sivov nsivov@codeweavers.com
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com --- include/schannel.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/schannel.h b/include/schannel.h index cbe1a131381..12d9b1e87de 100644 --- a/include/schannel.h +++ b/include/schannel.h @@ -15,8 +15,8 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#ifndef __WINE_SCHANNEL_H__ -#define __WINE_SCHANNEL_H__ +#ifndef __SCHANNEL_H__ +#define __SCHANNEL_H__
#include <minschannel.h> #include <wincrypt.h> @@ -343,4 +343,4 @@ typedef struct _SecPkgContext_CipherInfo DWORD dwKeyType; } SecPkgContext_CipherInfo, *PSecPkgContext_CipherInfo;
-#endif /* __WINE_SCHANNEL_H__ */ +#endif /* __SCHANNEL_H__ */