From 13f9ebd354729a257f6bb04e2e9b7bf3a186eb22 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Sat, 26 May 2007 11:26:23 +0000 Subject: [PATCH] forget adding a header hack, for widl svn path=/trunk/; revision=26902 --- reactos/include/dxsdk/mmstream.idl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/reactos/include/dxsdk/mmstream.idl b/reactos/include/dxsdk/mmstream.idl index d130506d11d..91eac4e552d 100644 --- a/reactos/include/dxsdk/mmstream.idl +++ b/reactos/include/dxsdk/mmstream.idl @@ -24,13 +24,11 @@ cpp_quote("#define MS_E_NOTRUNNING MS_ERROR_CODE(10)") // FIXME HACK remove the // for two cpp_quote - -#ifndef DX_IDL_HACK +cpp_quote("#if 0"); typedef LPVOID PAPCFUNC; -#endif +cpp_quote("#endif"); cpp_quote("#if(_WIN32_WINNT < 0x0400)") -cpp_quote("#define DX_IDL_HACK") cpp_quote("typedef void (__stdcall * PAPCFUNC)(DWORD_PTR dwParam);") cpp_quote("#endif")