We don't need the shared heap on non-i386 platforms.

This commit is contained in:
Alexandre Julliard 2004-08-13 00:42:09 +00:00
parent 22174de9bb
commit ff039ccdf3
1 changed files with 2 additions and 0 deletions

View File

@ -165,8 +165,10 @@ static BOOL process_attach(void)
LoadLibrary16( "system.drv" );
}
#ifdef __i386__
/* Create the shared heap for broken win95 native dlls */
if (GetVersion() & 0x80000000) HeapCreate( HEAP_SHARED, 0, 0 );
#endif
/* initialize LDT locking */
wine_ldt_init_locking( ldt_lock, ldt_unlock );