diff options
author | Zeev Suraski <zeev@php.net> | 2000-05-22 15:49:49 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-05-22 15:49:49 +0000 |
commit | ccc12f8801459d9e525c4e10083fba1fc3299d88 (patch) | |
tree | e72703c4aef419a166a142d0131b3f92f28a0fca /ext/calendar/calendar.c | |
parent | d0fd31018bc3984440274f69302290c88e7ffbeb (diff) | |
download | php-git-ccc12f8801459d9e525c4e10083fba1fc3299d88.tar.gz |
- Make calendar compile as a dll on Windows
Diffstat (limited to 'ext/calendar/calendar.c')
-rw-r--r-- | ext/calendar/calendar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/calendar/calendar.c b/ext/calendar/calendar.c index 04f01f92c7..19566f2a6d 100644 --- a/ext/calendar/calendar.c +++ b/ext/calendar/calendar.c @@ -53,7 +53,7 @@ zend_module_entry calendar_module_entry = { STANDARD_MODULE_PROPERTIES, }; -#ifdef COMPILE_DL_CALENDAR +#if COMPILE_DL ZEND_GET_MODULE(calendar) #endif |