[PHP-DEV] CVS update: php3/functions From: shane (php-dev <email protected>)
Date: 07/29/98

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