[ruby/win32ole] Bump up v1.9.1

3e9b3b02e9
This commit is contained in:
Hiroshi SHIBATA 2024-12-17 15:48:25 +09:00 committed by git
parent fc38023d4e
commit ce72d14487

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