summaryrefslogtreecommitdiff
path: root/ext/mcal/php_mcal.c
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-03-11 20:57:35 +0000
committerAndi Gutmans <andi@php.net>2000-03-11 20:57:35 +0000
commit649d8721dbddc225a0330a0d9ed7750287dbcd18 (patch)
tree05832f943c2e8c632332524b429b8c3fec472b32 /ext/mcal/php_mcal.c
parent9dca788ca04cfe185c3faaab8ad0b872b1762977 (diff)
downloadphp-git-649d8721dbddc225a0330a0d9ed7750287dbcd18.tar.gz
- Oops I commited a name change for consistency of Zend/modules.h to
Zend/zend_modules.h before it being finished. Revert it
Diffstat (limited to 'ext/mcal/php_mcal.c')
-rw-r--r--ext/mcal/php_mcal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mcal/php_mcal.c b/ext/mcal/php_mcal.c
index 32ee72cad7..d7cfdfa47b 100644
--- a/ext/mcal/php_mcal.c
+++ b/ext/mcal/php_mcal.c
@@ -49,8 +49,8 @@
#include <stdarg.h>
#include "mcal.h"
#include "php_mcal.h"
-#include "zend_modules.h"
-#if (WIN32|WINNT)
+#include "modules.h"
+#ifdef PHP_WIN32
#include "winsock.h"
#endif
CALSTREAM *cal_open();