[ruby/win32ole] Bump up v1.9.0

https://github.com/ruby/win32ole/commit/31bd08aa9c
This commit is contained in:
Hiroshi SHIBATA 2024-11-01 13:32:27 +09:00 committed by git
parent 5e6f0f7362
commit 8a768890f7

View File

@ -27,7 +27,7 @@
const IID IID_IMultiLanguage2 = {0xDCCFC164, 0x2B38, 0x11d2, {0xB7, 0xEC, 0x00, 0xC0, 0x4F, 0x8F, 0x5D, 0x9A}};
#endif
#define WIN32OLE_VERSION "1.8.10"
#define WIN32OLE_VERSION "1.9.0"
typedef HRESULT (STDAPICALLTYPE FNCOCREATEINSTANCEEX)
(REFCLSID, IUnknown*, DWORD, COSERVERINFO*, DWORD, MULTI_QI*);