Ignore:
Timestamp:
Jun 20, 1999, 12:55:37 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/except.h

    r123 r126  
    1 /* $Id: except.h,v 1.4 1999-06-19 13:57:51 sandervl Exp $ */
     1/* $Id: except.h,v 1.5 1999-06-20 10:55:36 sandervl Exp $ */
    22
    33/*
     
    1414
    1515//SvL: Replace original startup code exception handler
     16#ifndef WIN32_TIBSEL
    1617void  ReplaceExceptionHandler(void);
     18void  ChangeTIBStack();
     19#endif
     20void __cdecl SetExceptionChain(DWORD);
     21
    1722void  DisableFPUExceptions();
    18 void __cdecl SetExceptionChain(DWORD);
    19 void  ChangeTIBStack();
    2023ULONG GetDllEntryPoint();
    2124
Note: See TracChangeset for help on using the changeset viewer.