Alistair Leslie-Hughes <[email protected]> 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 [email protected]
