Hello Martin,
On Mon, Oct 28, 2002 at 04:07:46PM +0100, Martin Wilck wrote:
here is a patch to make winsock compile without warnings without -DWINE_NO_STRICT. Comments are welcome.
Well, i looked at the patch and it seems resonable. You are the winsock expert and if you feel confortable with it please submit it to wine-patches (Alexandre will complain if he dosn't like it ;). One request: i'm not sure if the compiler will optimize away the assert from __handle2socket on machines where sizeof(HANDLE) == sizeof(SOCKET). But if not could you please add something like if (sizeof(HANDLE) > sizeof(SOCKET)) { assert(.... } On i386 the size are equal and the assert not needed.
bye michael