From: Alfred Agrell floating@muncher.se
--- include/unknwn.idl | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/include/unknwn.idl b/include/unknwn.idl index 0798ccf79ab..7c4a8f02015 100644 --- a/include/unknwn.idl +++ b/include/unknwn.idl @@ -60,6 +60,9 @@ cpp_quote(" }") cpp_quote(" END_INTERFACE") cpp_quote(" };") cpp_quote("}") +cpp_quote("#ifdef __CRT_UUID_DECL") +cpp_quote("__CRT_UUID_DECL(IUnknown, 0x00000000, 0x0000, 0x0000, 0xc0,0x00, 0x00,0x00,0x00,0x00,0x00,0x46)") +cpp_quote("#endif") cpp_quote("#else") HRESULT QueryInterface( [in] REFIID riid,