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

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/custombuild.h

    r9616 r9798  
    169169FARPROC WIN32API ODIN_SetProcAddress(HMODULE hModule, LPCSTR lpszProc, FARPROC pfnNewProc);
    170170
     171//******************************************************************************
     172// ODIN_SetTIBSwitch: override TIB switching
     173//
     174// Parameters:
     175//      BOOL fSwitchTIB
     176//              FALSE  -> no TIB selector switching
     177//              TRUE   -> force TIB selector switching
     178//
     179//******************************************************************************
     180void WIN32API ODIN_SetTIBSwitch(BOOL fSwitchTIB);
     181
    171182#endif  /*__CUSTOMBUILD_H__*/
    172183
Note: See TracChangeset for help on using the changeset viewer.