Revert r32271 ; I thought we decided to remove hacks instead of adding new ones!

Correct fix will follow.

svn path=/trunk/; revision=32273
This commit is contained in:
Hervé Poussineau 2008-02-10 19:43:05 +00:00
parent 7de9ce4dad
commit b84c9620fb

View file

@ -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 @@ HRESULT
IN POOL_TYPE PoolType
);
#endif // __WIDL_UNKNWN_H /* hack if psdk unknown.h have been included */
#endif