From b84c9620fba22e69a45be89fab0c1e28714ed407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Sun, 10 Feb 2008 19:43:05 +0000 Subject: [PATCH] Revert r32271 ; I thought we decided to remove hacks instead of adding new ones! Correct fix will follow. svn path=/trunk/; revision=32273 --- reactos/include/ddk/unknown.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/reactos/include/ddk/unknown.h b/reactos/include/ddk/unknown.h index a012200b90f..fd00a64224f 100644 --- a/reactos/include/ddk/unknown.h +++ b/reactos/include/ddk/unknown.h @@ -1,7 +1,5 @@ -#ifndef _UNKNOWN_H_ -#define _UNKNOWN_H_ -#ifndef __WIDL_UNKNWN_H -#define __WIDL_UNKNWN_H /* hack if psdk unknown.h have been included */ +#ifndef __unknwn_h__ +#define __unknwn_h__ #ifdef __cplusplus extern "C" { @@ -54,6 +52,5 @@ HRESULT IN POOL_TYPE PoolType ); -#endif // __WIDL_UNKNWN_H /* hack if psdk unknown.h have been included */ #endif