Author: greatlrd
Date: Sun Feb 10 22:25:42 2008
New Revision: 32271
URL:
http://svn.reactos.org/svn/reactos?rev=32271&view=rev
Log:
some case psdk unknown.h being include when it should be ddk version
for now we do not double inlcude the ddk version for 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=…
==============================================================================
--- trunk/reactos/include/ddk/unknown.h (original)
+++ trunk/reactos/include/ddk/unknown.h Sun Feb 10 22:25:42 2008
@@ -1,5 +1,7 @@
#ifndef _UNKNOWN_H_
#define _UNKNOWN_H_
+#ifndef __WIDL_UNKNWN_H
+#define __WIDL_UNKNWN_H /* hack if psdk unknown.h have been included */
#ifdef __cplusplus
extern "C" {
@@ -51,5 +53,7 @@
IN PUNKNOWN OuterUnknown,
IN POOL_TYPE PoolType
);
+
+#endif // __WIDL_UNKNWN_H /* hack if psdk unknown.h have been included */
#endif