diff options
Diffstat (limited to 'ext/rpc/com/com_wrapper.c')
-rw-r--r-- | ext/rpc/com/com_wrapper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/rpc/com/com_wrapper.c b/ext/rpc/com/com_wrapper.c index 9ed09eb8d4..1526b09e8a 100644 --- a/ext/rpc/com/com_wrapper.c +++ b/ext/rpc/com/com_wrapper.c @@ -205,7 +205,7 @@ static PHP_INI_MH(OnTypelibFileChange) #endif - if (!new_value || (typelib_file=V_FOPEN(new_value, "r"))==NULL) { + if (!new_value || (typelib_file=VCWD_FOPEN(new_value, "r"))==NULL) { return FAILURE; } |