Re: DirectPlay should initialize The session guid when creating a session

2007-01-29 Thread Alessandro Pignotti
On Monday 29 January 2007 14:26, Kai Blin wrote: > On Sunday 28 January 2007 20:38, Tomas Carnecky wrote: > > > From Microsoft DirectX SDK Documentation it seems that directplay > > > should initialize the instance guid on session creation, this trivial > > > patch does that. > > > > Two questions:

Re: DirectPlay should initialize The session guid when creating a session

2007-01-29 Thread Kai Blin
On Sunday 28 January 2007 20:38, Tomas Carnecky wrote: > > From Microsoft DirectX SDK Documentation it seems that directplay should > > initialize the instance guid on session creation, this trivial patch does > > that. > > Two questions: > > 1. Does windows do this, too? You can't rely on the MS

Re: DirectPlay should initialize The session guid when creating a session

2007-01-28 Thread Tomas Carnecky
Alessandro Pignotti wrote: > Hi, > this is my first patch i hope it's well formatted formating is good. > From Microsoft DirectX SDK Documentation it seems that directplay should > initialize the instance guid on session creation, this trivial patch does > that. Two questions: 1. Does window