diff options
| author | Zeev Suraski <zeev@php.net> | 2003-02-17 13:29:59 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2003-02-17 13:29:59 +0000 |
| commit | 4934744b9334b7f0ba31f31830896d2c1f089246 (patch) | |
| tree | 68bab5bad35b1d318a6313c7a8cfc22bac4397bd /ext/w32api/w32api.c | |
| parent | fb607799cc3aa512136e9c8ec480c043050e5aeb (diff) | |
| download | php-git-4934744b9334b7f0ba31f31830896d2c1f089246.tar.gz | |
Win32 build improvements
Diffstat (limited to 'ext/w32api/w32api.c')
| -rw-r--r-- | ext/w32api/w32api.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/w32api/w32api.c b/ext/w32api/w32api.c index 7edd607a2e..6442f22c38 100644 --- a/ext/w32api/w32api.c +++ b/ext/w32api/w32api.c @@ -209,9 +209,6 @@ #include <stdio.h> #include <stdlib.h> -#define WINDOWS_LEAN_AND_MEAN -#include <windows.h> - #include "php.h" #include "php_ini.h" #include "ext/standard/info.h" |
