On 11/13/2004 02:22:18 AM, I wrote:
Ooops... WINE doesn't build anymore, I guess that's a good reason. :) Sorry...
Anyway, what's the correct way to get socklen_t then? Would it make sense to do...
#ifndef __socklen_t_defined typedef int socklen_t; # define __socklen_t_defined #endif
...or prefix it with WS() maybe?
Or should I just include unistd.h in winelib apps? (Not sure if that's possible even since I'm using MSVCRT...)
-flx