我想在函数 CoCreateInstance 中使用 __uuidof:
CoCreateInstance(clsid,NULL,CLSCTX_INPROC_SERVER,__uuidof(Isesoft),(LPVOID*)&pem);
错误:
'__uuidof' was not declared in this scope.
如何在 MINGW 中使用它?
我想在函数 CoCreateInstance 中使用 __uuidof:
CoCreateInstance(clsid,NULL,CLSCTX_INPROC_SERVER,__uuidof(Isesoft),(LPVOID*)&pem);
错误:
'__uuidof' was not declared in this scope.
如何在 MINGW 中使用它?