From ccb3b691ce83e39e5cc82402816ec25e65a384c8 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Sun, 10 Feb 2008 20:02:26 +0000 Subject: [PATCH] fix unknown.h back as it was correct fix is to fix ksfilter svn path=/trunk/; revision=32276 --- reactos/include/ddk/unknown.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/reactos/include/ddk/unknown.h b/reactos/include/ddk/unknown.h index fd00a64224f..bbff965ee8c 100644 --- a/reactos/include/ddk/unknown.h +++ b/reactos/include/ddk/unknown.h @@ -1,5 +1,5 @@ -#ifndef __unknwn_h__ -#define __unknwn_h__ +#ifndef _UNKNOWN_H_ +#define _UNKNOWN_H_ #ifdef __cplusplus extern "C" { @@ -51,6 +51,5 @@ HRESULT IN PUNKNOWN OuterUnknown, IN POOL_TYPE PoolType ); - #endif