Date: 07/29/98
- Next message: shane: "[PHP-DEV] CVS update: php3"
- Previous message: Michael Brennen: "[PHP-DEV] Re: Bug #595 Updated: Parser error in for()"
- Next in thread: rasmus: "[PHP-DEV] CVS update: php3/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wednesday July 29, 1998 @ 14:44
Author: shane
Update of /repository/php3/functions
In directory asf:/tmp/cvs-serv1019/functions
Modified Files:
imap.c
Log Message:
imap changes for windows.
Index: php3/functions/imap.c
diff -c php3/functions/imap.c:1.5 php3/functions/imap.c:1.6
*** php3/functions/imap.c:1.5 Wed Jul 29 01:00:30 1998
--- php3/functions/imap.c Wed Jul 29 14:44:54 1998
***************
*** 4,15 ****
#undef ERROR
#endif
#include "config.h"
#include "php.h"
#include "internal_functions.h"
#if COMPILE_DL
! #include "../phpdl.h"
#endif
#if HAVE_IMAP
--- 4,17 ----
#undef ERROR
#endif
+ #if !(WIN32|WINNT)
#include "config.h"
+ #endif
#include "php.h"
#include "internal_functions.h"
#if COMPILE_DL
! #include "dl/phpdl.h"
#endif
#if HAVE_IMAP
- Next message: shane: "[PHP-DEV] CVS update: php3"
- Previous message: Michael Brennen: "[PHP-DEV] Re: Bug #595 Updated: Parser error in for()"
- Next in thread: rasmus: "[PHP-DEV] CVS update: php3/functions"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

