zeev            Tue Feb 18 08:34:53 2003 EDT

  Modified files:              
    /php4/win32 pwd.c time.h 
  Log:
  Commit missing stuff
  
  
Index: php4/win32/pwd.c
diff -u php4/win32/pwd.c:1.6 php4/win32/pwd.c:1.7
--- php4/win32/pwd.c:1.6        Tue Dec 31 10:59:14 2002
+++ php4/win32/pwd.c    Tue Feb 18 08:34:52 2003
@@ -16,11 +16,9 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: pwd.c,v 1.6 2002/12/31 15:59:14 sebastian Exp $ */
+/* $Id: pwd.c,v 1.7 2003/02/18 13:34:52 zeev Exp $ */
 
 #include "php.h"                               /*php specific */
-#define WIN32_LEAN_AND_MEAN
-#include <windows.h>
 #include <lmaccess.h>
 #include <stdio.h>
 #include <stdlib.h>
Index: php4/win32/time.h
diff -u php4/win32/time.h:1.8 php4/win32/time.h:1.9
--- php4/win32/time.h:1.8       Sun Feb 16 22:07:32 2003
+++ php4/win32/time.h   Tue Feb 18 08:34:52 2003
@@ -13,7 +13,6 @@
 #define TIME_H
 
 /* Include stuff ************************************************************ */
-#include <winsock2.h>
 #include <time.h>
 #include "php.h"
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to