Ignore:
Timestamp:
Feb 13, 2003, 4:30:53 PM (23 years ago)
Author:
sandervl
Message:

Added ODIN_SetTIBSwitch function to override TIB selector switching

File:
1 edited

Legend:

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

    r9533 r9800  
    1 /* $Id: winexelx.cpp,v 1.11 2002-12-20 10:38:58 sandervl Exp $ */
     1/* $Id: winexelx.cpp,v 1.12 2003-02-13 15:30:53 sandervl Exp $ */
    22
    33/*
     
    4747  //Signal to TEB management that we're a real OS/2 app and don't
    4848  //require setting FS to our special win32 selector
     49  fSwitchTIBSel = FALSE;
     50
     51  //We're an OS/2 app
    4952  fIsOS2Image = TRUE;
    5053
Note: See TracChangeset for help on using the changeset viewer.