[ros-diffs] [greatlrd] 32271: 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.

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Sun Feb 10 20:25:43 CET 2008


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=32271&r1=32270&r2=32271&view=diff
==============================================================================
--- 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
 




More information about the Ros-diffs mailing list