Ignore:
Timestamp:
Mar 6, 2003, 11:21:37 AM (23 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/custombuild.h

    r9900 r9909  
    215215// ODIN_DisableFolderShellLink
    216216//
    217 // Disable object creation in Odin folder. Desktop shortcuts will still be 
     217// Disable object creation in Odin folder. Desktop shortcuts will still be
    218218// created as WPS objects on the desktop.
    219219//
     
    229229// NOTE: This will only work in very specific cases; it is not a good general
    230230//       purpose solution.
    231 // 
     231//
    232232//******************************************************************************
    233233void WIN32API ODIN_waveOutSetFixedBuffers();
     
    243243// NOTE: This will only work in very specific cases; it is not a good general
    244244//       purpose solution.
    245 // 
     245//
    246246//******************************************************************************
    247247void WIN32API ODIN_waveInSetFixedBuffers();
    248248
     249
     250/** Enter odin context with this thread. */
     251USHORT WIN32API ODIN_ThreadEnterOdinContext(void *pExceptionRegRec, BOOL fForceFSSwitch);
     252/** Leave odin context with this thread. */
     253void   WIN32API ODIN_ThreadLeaveOdinContext(void *pExceptionRegRec, USHORT selFSOld);
     254
     255/** Leave odin context to call back into OS/2 code. */
     256USHORT WIN32API ODIN_ThreadLeaveOdinContextNested(void *pExceptionRegRec, BOOL fRemoveOdinExcpt);
     257/** Re-enter Odin context after being back in OS/2 code. */
     258void   WIN32API ODIN_ThreadEnterOdinContextNested(void *pExceptionRegRec, BOOL fRestoreOdinExcpt, USHORT selFSOld);
     259
     260
    249261#endif  /*__CUSTOMBUILD_H__*/
    250262
Note: See TracChangeset for help on using the changeset viewer.