Ignore:
Timestamp:
Feb 14, 2001, 11:36:45 AM (25 years ago)
Author:
sandervl
Message:

TLS index allocation + RtlUnwind fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/windllbase.cpp

    r4739 r5128  
    1 /* $Id: windllbase.cpp,v 1.23 2000-12-03 10:12:33 sandervl Exp $ */
     1/* $Id: windllbase.cpp,v 1.24 2001-02-14 10:36:45 sandervl Exp $ */
    22
    33/*
     
    405405    }
    406406
    407     //Allocate TLS index for this module
    408     tlsAlloc();
    409     tlsAttachThread();    //setup TLS (main thread)
    410 
    411407    if(dllEntryPoint == NULL) {
    412408        dprintf(("attachProcess not required for dll %s", szModule));
Note: See TracChangeset for help on using the changeset viewer.