> From: Mike Hearn <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Date: 14 Jun 2003 22:53:02 +0100 > Reply-To: [EMAIL PROTECTED] > > > ChangeLog: > CoState storage should be thread local
<snip> > +static DWORD dwUnkStateSlot = 0; /* TLS slot used to the store > the UnkState, see CoSetState */ Please use the APARTMENT structure defined by Ove Kaaven recently (in compobj_private.h), so that: 1. We keep all of the apartment data together 2. Don't use up a TLS slot unnecessarily Thanks, Rob
