[ruby/win32ole] Bump up 1.8.10

https://github.com/ruby/win32ole/commit/9a18f388a9
This commit is contained in:
Hiroshi SHIBATA 2023-11-07 14:52:36 +09:00 committed by git
parent fbd22346ba
commit eaf0ca4cfe

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.9"
#define WIN32OLE_VERSION "1.8.10"
typedef HRESULT (STDAPICALLTYPE FNCOCREATEINSTANCEEX)
(REFCLSID, IUnknown*, DWORD, COSERVERINFO*, DWORD, MULTI_QI*);