mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +00:00
forget adding a header hack, for widl
svn path=/trunk/; revision=26902
This commit is contained in:
parent
42b522ea77
commit
13f9ebd354
1 changed files with 2 additions and 4 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue