diff options
author | Harald Radi <phanto@php.net> | 2001-05-13 16:51:59 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2001-05-13 16:51:59 +0000 |
commit | 06c7c52b582fadab769d7166142653e07d169f40 (patch) | |
tree | f7e9584a8f0fdf5a07c66611aab85032058e8963 /main/internal_functions_win32.c | |
parent | ee17c6440d4a1bc4ac13ef6fb17117186b33106d (diff) | |
download | php-git-06c7c52b582fadab769d7166142653e07d169f40.tar.gz |
changed php_typedef_VARIANT.h to php_VARIANT.h
Diffstat (limited to 'main/internal_functions_win32.c')
-rw-r--r-- | main/internal_functions_win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/internal_functions_win32.c b/main/internal_functions_win32.c index df1be38a4a..6a706b58fc 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -51,7 +51,7 @@ #include "ext/standard/php_assert.h" #include "ext/calendar/php_calendar.h" #include "ext/com/php_COM.h" -#include "ext/com/php_typedef_VARIANT.h" +#include "ext/com/php_VARIANT.h" #include "ext/ftp/php_ftp.h" #include "ext/standard/reg.h" #include "ext/pcre/php_pcre.h" |