We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5860e6 commit 7240050Copy full SHA for 7240050
win32/pwd.c
@@ -19,8 +19,6 @@
19
/* $Id$ */
20
21
#include "php.h" /*php specific */
22
-#define WIN32_LEAN_AND_MEAN
23
-#include <windows.h>
24
#include <lmaccess.h>
25
#include <stdio.h>
26
#include <stdlib.h>
win32/time.h
@@ -13,7 +13,6 @@
13
#define TIME_H
14
15
/* Include stuff ************************************************************ */
16
-#include <winsock2.h>
17
#include <time.h>
18
#include "php.h"
0 commit comments