From: Edin Kadribasic Date: Sun, 29 Jun 2003 23:59:20 +0000 (+0000) Subject: Winsock2 doesn't seem to work in PHP_4_3 X-Git-Tag: php-4.3.3RC2~213 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17e89935c458bab201b44aa2bac161481b5481d7;p=php Winsock2 doesn't seem to work in PHP_4_3 --- diff --git a/ext/hyperwave/hg_comm.c b/ext/hyperwave/hg_comm.c index 5e1e952244..6d5b4c8ceb 100644 --- a/ext/hyperwave/hg_comm.c +++ b/ext/hyperwave/hg_comm.c @@ -31,7 +31,7 @@ #include #include #ifdef PHP_WIN32 -# include +# include # define EWOULDBLOCK WSAEWOULDBLOCK # define ETIMEDOUT WSAETIMEDOUT # define bcopy memcpy diff --git a/ext/hyperwave/hw.c b/ext/hyperwave/hw.c index 6b83f6c23d..3750c79126 100644 --- a/ext/hyperwave/hw.c +++ b/ext/hyperwave/hw.c @@ -34,7 +34,7 @@ #include "SAPI.h" #ifdef PHP_WIN32 -#include +#include #endif #if HYPERWAVE