- Change macros from V_ to VCWD_ because of AIX name clash

This commit is contained in:
Andi Gutmans 2001-04-30 12:45:02 +00:00
parent 96330d36bc
commit 4c823e8a89
42 changed files with 152 additions and 152 deletions

View file

@ -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;
}