On Mar 14 16:41, Kai Tietz wrote: > 2013/3/14 Corinna Vinschen <[email protected]>: > > Hi, > > > > the below patch defines the missing PIPE_ACCEPT_REMOTE_CLIENTS and > > PIPE_REJECT_REMOTE_CLIENTS defines available since Vista. > > > > Ok to apply? > > > > Thx, > > Corinna > > > > > > * winbase.h (PIPE_ACCEPT_REMOTE_CLIENTS): Define when building for > > Vista or later. > > (PIPE_REJECT_REMOTE_CLIENTS): Ditto. > > Patch is ok. I have just one nit here. Not sure if we add here the > guard for Vista (Longhorn) at all for the define.
The flags are only available for Vista and later, so it would make sense, wouldn't it? AFAIK older OSes would return with ERROR_INVALID_ARGUMENT. Corinna ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
