Author: greatlrd Date: Sat May 26 15:26:23 2007 New Revision: 26902
URL: http://svn.reactos.org/svn/reactos?rev=26902&view=rev Log: forget adding a header hack, for widl
Modified: trunk/reactos/include/dxsdk/mmstream.idl
Modified: trunk/reactos/include/dxsdk/mmstream.idl URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/dxsdk/mmstream.idl?... ============================================================================== --- trunk/reactos/include/dxsdk/mmstream.idl (original) +++ trunk/reactos/include/dxsdk/mmstream.idl Sat May 26 15:26:23 2007 @@ -24,13 +24,11 @@
// 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")