On Thu, 20 Jan 2005 19:36:27 +0100, Paul Vriens wrote:
> When I do the same change now, the X Error is gone as well. Does this
> give you a clue?
Could you try this patch please?
--- dlls/ntdll/thread.c (revision 109)
+++ dlls/ntdll/thread.c (local)
@@ -73,6 +73,7 @@ static TEB *alloc_teb( ULONG *size )
teb->Peb = &peb;
teb->StaticUnicodeString.Buffer = teb->StaticUnicodeBuffer;
teb->StaticUnicodeString.MaximumLength = sizeof(teb->StaticUnicodeBuffer);
+ teb->ReservedForOle = NULL;
return teb;
}
thanks -mike