mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
changed CLSIDfromProgId to CLSIDfromString
This commit is contained in:
parent
a98efcda76
commit
851d401e23
@ -521,7 +521,7 @@ PHP_FUNCTION(com_load)
|
||||
obj = (comval *) emalloc(sizeof(comval));
|
||||
|
||||
/* obtain CLSID */
|
||||
if(FAILED(CLSIDFromProgID(ProgID, &clsid)))
|
||||
if(FAILED(CLSIDFromString(ProgID, &clsid)))
|
||||
{
|
||||
/* Perhaps this is a Moniker? */
|
||||
IBindCtx *pBindCtx;
|
||||
|
@ -521,7 +521,7 @@ PHP_FUNCTION(com_load)
|
||||
obj = (comval *) emalloc(sizeof(comval));
|
||||
|
||||
/* obtain CLSID */
|
||||
if(FAILED(CLSIDFromProgID(ProgID, &clsid)))
|
||||
if(FAILED(CLSIDFromString(ProgID, &clsid)))
|
||||
{
|
||||
/* Perhaps this is a Moniker? */
|
||||
IBindCtx *pBindCtx;
|
||||
|
Loading…
Reference in New Issue
Block a user