Include <guiddef.h> instad of <initguid.h>
<initguid.h> defines INITGUID (both in the Windows SDK and MinGW) and then includes <guiddef.h>. We want to define INITGUID ourselves, in just one place (dllentry.cxx).
Showing
Please
register
or
sign in
to comment