Changeset 18322


Ignore:
Timestamp:
Jan 13, 2002, 3:29:57 PM (23 years ago)
Author:
sandervl
Message:

VP: extra check added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/src/kernel32/thread.cpp

    r18122 r18322  
    1 /* $Id: thread.cpp,v 1.39 2001-12-07 14:13:38 sandervl Exp $ */
     1/* $Id: thread.cpp,v 1.40 2002-01-13 14:29:57 sandervl Exp $ */
    22
    33/*
     
    317317  }
    318318
    319   WinExe->tlsAttachThread();              //setup TLS structure of main exe
     319  if(WinExe) WinExe->tlsAttachThread();     //setup TLS structure of main exe
    320320  Win32DllBase::tlsAttachThreadToAllDlls(); //setup TLS structures of all dlls
    321   Win32DllBase::attachThreadToAllDlls();          //send DLL_THREAD_ATTACH message to all dlls
     321  Win32DllBase::attachThreadToAllDlls();    //send DLL_THREAD_ATTACH message to all dlls
    322322
    323323  //Set FPU control word to 0x27F (same as in NT)
Note: See TracChangeset for help on using the changeset viewer.