Re: mscoree: Add ICorDebug interface support (try 2)
Sept. 27, 2011
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
5293
Age (days ago)
5293
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard