mscoree: Add ICorDebug interface support (try 2)

Alexandre Julliard julliard at winehq.org
Tue Sep 27 09:19:44 CDT 2011


Alistair Leslie-Hughes <leslie_alistair at 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 at winehq.org



More information about the wine-devel mailing list