wine/include winsock.h
ChangeSet ID: 5512 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2002/09/23 22:05:59 Modified files: include : winsock.h Log message: Patrick J. McNerthney <pat(a)mcnerthney.com> 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. Patch: http://cvs.winehq.com/patch.py?id=5512 Old revision New revision Changes Path 1.45 1.46 +12 -13 wine/include/winsock.h
participants (1)
-
Alexandre Julliard