[ros-diffs] [greatlrd] 32276: fix unknown.h back as it was correct fix is to fix ksfilter

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Sun Feb 10 21:02:27 CET 2008


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=32276&r1=32275&r2=32276&view=diff
==============================================================================
--- 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
 




More information about the Ros-diffs mailing list