Removed the #undef of WS_DEFINE_SELECT so that select is in fact
commit3e2217ca9a179c84456185c29fa75fa096b45b79
authorPatrick J. McNerthney <pat@mcnerthney.com>
Tue, 24 Sep 2002 03:05:59 +0000 (24 03:05 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 24 Sep 2002 03:05:59 +0000 (24 03:05 +0000)
treea88f6f6f1a410558034c3d78a35586a56eb9e0bb
parent93703772e6edce30947a4238de2d8a6e3fc33c51
Removed the #undef of WS_DEFINE_SELECT so that select is in fact
defined.
Fixed if statement in __WS_FD_SET2 which used a = where a == is
needed, in additition the if did not have its outer set of
parenthesis.
Removed parentheses around type to be cast in __WS_FD_SET macro.
Removed WS macro usage from within other macros because the WS macro
is undefined when these macros are expanded.
Added WINAPI attributee to select definition.
include/winsock.h