From 7de9ce4dad191f0a69ca752ae443c4b0b2f6646b Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Sun, 10 Feb 2008 19:40:36 +0000 Subject: [PATCH] remove my hack in wtype.ldl I should not coding when i start fall into sleep sorry and thx fireball svn path=/trunk/; revision=32272 --- reactos/include/psdk/wtypes.idl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/reactos/include/psdk/wtypes.idl b/reactos/include/psdk/wtypes.idl index e41544a6111..844fda74c09 100644 --- a/reactos/include/psdk/wtypes.idl +++ b/reactos/include/psdk/wtypes.idl @@ -29,9 +29,6 @@ import "guiddef.h"; interface IWinTypes { -cpp_quote("#ifndef __wtypes_h__ ") /* fix compatible issue with VC and dxsdk use same name as ms __wtypes_h__*/ -cpp_quote("#define __wtypes_h__ ") /* fix compatible issue with VC and dxsdk use same name as ms __wtypes_h__*/ - /******************** BASIC WIN32 TYPES ********************/ cpp_quote("#if 0 /* winnt.h */") /* don't redefine these */ @@ -815,5 +812,4 @@ typedef union switch(DWORD tyspec) } ByObjectId; } uCLSSPEC; -cpp_quote("#endif") /* fix compatible issue with VC and dxsdk use same name as ms __wtypes_h__*/ } /* interface IWinTypes */