Re: DDraw: Protect the ddraw object list

2006-10-06 Thread Stefan Dösinger
Am Freitag 06 Oktober 2006 08:42 schrieben Sie: > Stefan Dösinger wrote: > > @@ -851,6 +853,13 @@ DllMain(HINSTANCE hInstDLL, > > > > +/* Initialize the ddraw object list critical section > > unconditionally + * Even if the app doesn't use multithreaded > > ddraw objects it can stil

Re: DDraw: Protect the ddraw object list

2006-10-05 Thread Mike McCormack
Stefan Dösinger wrote: @@ -851,6 +853,13 @@ DllMain(HINSTANCE hInstDLL, +/* Initialize the ddraw object list critical section unconditionally + * Even if the app doesn't use multithreaded ddraw objects it can still + * use multiple ddraw objects in multiple threads +