Ignore:
Timestamp:
Feb 28, 2001, 9:22:44 PM (25 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odinwrap.h

    r4770 r5276  
    1 /* $Id: odinwrap.h,v 1.29 2000-12-09 16:04:24 phaller Exp $ */
    2 
    31/*
    42 * Project Odin Software License can be found in LICENSE.TXT
     
    5957
    6058// ---------------------------------------------------------------------------
    61 extern int IsExeStarted(); //kernel32
    6259extern unsigned long int WIN32API GetCurrentThreadId(); //kernel32
    6360
     
    108105  PROFILE_STOP(a)       \
    109106  ODIN_HEAPCHECK();     \
    110   if (sel != GetFS() && IsExeStarted()) \
    111     dprintf(("ERROR: FS: for thread %08xh corrupted by "a, GetCurrentThreadId()));
     107  if (sel != GetFS()) { \
     108    SetFS(sel); \
     109    dprintf(("WARNING: FS: for thread %08xh corrupted by "a, GetCurrentThreadId())); \
     110  }
    112111 
    113112 
Note: See TracChangeset for help on using the changeset viewer.