forget adding a header hack, for widl

svn path=/trunk/; revision=26902
This commit is contained in:
Magnus Olsen 2007-05-26 11:26:23 +00:00
parent 42b522ea77
commit 13f9ebd354

View file

@ -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")