Author: greatlrd Date: Sun Feb 10 23:02:26 2008 New Revision: 32276
URL: http://svn.reactos.org/svn/reactos?rev=32276&view=rev Log: fix unknown.h back as it was correct fix is to fix ksfilter
Modified: trunk/reactos/include/ddk/unknown.h
Modified: trunk/reactos/include/ddk/unknown.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/unknown.h?rev=3... ============================================================================== --- trunk/reactos/include/ddk/unknown.h (original) +++ trunk/reactos/include/ddk/unknown.h Sun Feb 10 23:02:26 2008 @@ -1,5 +1,5 @@ -#ifndef __unknwn_h__ -#define __unknwn_h__ +#ifndef _UNKNOWN_H_ +#define _UNKNOWN_H_
#ifdef __cplusplus extern "C" { @@ -51,6 +51,5 @@ IN PUNKNOWN OuterUnknown, IN POOL_TYPE PoolType ); - #endif