Author: hpoussin
Date: Sun Feb 10 22:43:05 2008
New Revision: 32273
URL:
http://svn.reactos.org/svn/reactos?rev=32273&view=rev
Log:
Revert r32271 ; I thought we decided to remove hacks instead of adding new ones!
Correct fix will follow.
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=…
==============================================================================
--- trunk/reactos/include/ddk/unknown.h (original)
+++ trunk/reactos/include/ddk/unknown.h Sun Feb 10 22:43:05 2008
@@ -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 @@
IN POOL_TYPE PoolType
);
-#endif // __WIDL_UNKNWN_H /* hack if psdk unknown.h have been included */
#endif