diff options
| author | Zeev Suraski <zeev@php.net> | 2000-02-05 19:22:17 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2000-02-05 19:22:17 +0000 |
| commit | 82dbc9c74f99afd9dc49074ba817fc0e65c17883 (patch) | |
| tree | c467f202ad9bfe5a130cde272d77b349003cc0e6 /ext/imap/imap.h | |
| parent | 8c813dbb9640d0e724843b716e02bfcb280ea7ff (diff) | |
| download | php-git-82dbc9c74f99afd9dc49074ba817fc0e65c17883.tar.gz | |
Get Win32 IMAP DLL to compile
Diffstat (limited to 'ext/imap/imap.h')
| -rw-r--r-- | ext/imap/imap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/imap/imap.h b/ext/imap/imap.h index d23b2e4e00..ce2e0fee4d 100644 --- a/ext/imap/imap.h +++ b/ext/imap/imap.h @@ -8,7 +8,7 @@ #if HAVE_IMAP -#ifndef MSVC5 +#if !(WIN32||WINNT) #include "build-defs.h" #endif |
