diff options
| author | Andi Gutmans <andi@php.net> | 2001-02-26 18:14:50 +0000 |
|---|---|---|
| committer | Andi Gutmans <andi@php.net> | 2001-02-26 18:14:50 +0000 |
| commit | a0d3c5a88eba090122098a26f8ef5fca9d443e78 (patch) | |
| tree | 0c7fe010d76e4d3508a59e56fc99d4278c55850f /main/internal_functions_win32.c | |
| parent | 17444700d402f425a0c346c7131ec686893bcdc2 (diff) | |
| download | php-git-a0d3c5a88eba090122098a26f8ef5fca9d443e78.tar.gz | |
- Finally rename modules.h to zend_modules.h for consistency (first try
was 2000-03-11).
- Remove the first_arg_force_ref[]; and friends extern from php.h as they
are included via zend_API.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 e2adc6cec2..df1be38a4a 100644 --- a/main/internal_functions_win32.c +++ b/main/internal_functions_win32.c @@ -23,7 +23,7 @@ #include "php.h" #include "php_main.h" -#include "modules.h" +#include "zend_modules.h" #include "internal_functions_registry.h" #include "zend_compile.h" #include <stdarg.h> |
