Regression : tools/wineinstall fails with an X Error

Mike Hearn mh at codeweavers.com
Thu Jan 20 13:17:23 CST 2005


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




More information about the wine-devel mailing list