Changeset 21859 for branches/gcc-kmk/src/kernel32/exceptions.cpp
- Timestamp:
- Dec 7, 2011, 7:45:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/kernel32/exceptions.cpp
r21838 r21859 182 182 183 183 /***************************************************************************** 184 * Name : VOID _ Pascal OS2RaiseException184 * Name : VOID __cdecl OS2RaiseException 185 185 * Purpose : Unwinds exception handlers (heavily influenced by Wine) 186 186 * Parameters: ... … … 195 195 void WIN32API RtlRaiseException(WINEXCEPTION_RECORD *rec, WINCONTEXT *context); 196 196 197 VOID _ Pascal OS2RaiseException(DWORD dwExceptionCode,197 VOID __cdecl OS2RaiseException(DWORD dwExceptionCode, 198 198 DWORD dwExceptionFlags, 199 199 DWORD cArguments, … … 442 442 } 443 443 /***************************************************************************** 444 * Name : int _ Pascal OS2RtlUnwind444 * Name : int __cdecl OS2RtlUnwind 445 445 * Purpose : Unwinds exception handlers (heavily influenced by Wine) 446 446 * Parameters: ... … … 453 453 *****************************************************************************/ 454 454 455 int _ Pascal OS2RtlUnwind(PWINEXCEPTION_FRAME pEndFrame,455 int __cdecl OS2RtlUnwind(PWINEXCEPTION_FRAME pEndFrame, 456 456 LPVOID unusedEip, 457 457 PWINEXCEPTION_RECORD pRecord,
Note:
See TracChangeset
for help on using the changeset viewer.