diff options
author | foobar <sniper@php.net> | 2003-02-17 06:28:07 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-02-17 06:28:07 +0000 |
commit | 7e9fb9f21f2a993197b6b88bb2ea705f4fcc9c2a (patch) | |
tree | ffb757542cd51fb27e6951972923fc8cc98bedfe /win32/php4dllts.dsp | |
parent | d3e006eafd09dd3354528c2552e1d06b87f1bc33 (diff) | |
download | php-git-7e9fb9f21f2a993197b6b88bb2ea705f4fcc9c2a.tar.gz |
- Cleaned this mess a bit:
. Centralized the functions sunrise/sunset to php_sunrise_sunset
to lessen duplicate code.
. Made wrapper function php_do_date_sunrise_sunset() to lessen
duplicate code.
. Coding style fixes.
. renamed sunfuncs.h -> php_sunfuncs.h
Diffstat (limited to 'win32/php4dllts.dsp')
-rw-r--r-- | win32/php4dllts.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index f84c86f587..a9b193fea6 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -1900,7 +1900,7 @@ SOURCE=..\ext\standard\sha1.h # End Source File
# Begin Source File
-SOURCE=..\ext\standard\sunfuncs.h
+SOURCE=..\ext\standard\php_sunfuncs.h
# End Source File
# Begin Source File
|