Le mar 19/10/2004 à 19:55, Alexandre Julliard a écrit : [snip]
1.161 1.162 +2 -2 wine/dlls/winsock/socket.c
This change removed LONG to put long instead, which is not the same size on Alpha between Windows and Unix. LONG can be made the same size on both.
1.32 1.33 +2 -2 wine/dlls/rpcrt4/rpc_server.c
Same thing here.
Shouldn't we use LONG in both places?
Vincent