27 Sep
2011
27 Sep
'11
2:19 p.m.
Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> writes:
+#include "initguid.h" +/* We need to undefine the MACRO CreateProcess since the ICorDebug interface + has a function with this name. (Stops a compile issue). + */ +#undef CreateProcess +#include "cordebug.h"
This should go in the header. Check how other idl files are doing it. -- Alexandre Julliard julliard(a)winehq.org