Changeset 3734 for trunk/src/msvcrt/msvcrt.cpp
- Timestamp:
- Jun 21, 2000, 7:33:38 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/msvcrt/msvcrt.cpp
r3159 r3734 1 /* $Id: msvcrt.cpp,v 1.1 1 2000-03-18 19:48:54 sandervlExp $ */1 /* $Id: msvcrt.cpp,v 1.12 2000-06-21 17:33:37 phaller Exp $ */ 2 2 3 3 /* … … 625 625 { 626 626 dprintf(("MSVCRT: __CxxFrameHandler not implemented.\n")); 627 SetLastError(ERROR_CALL_NOT_IMPLEMENTED); 628 return FALSE; 629 } 630 631 632 /********************************************************************* 633 * __CxxLongjmpUnwind (MSVCRT.75) ? 634 * FIXME - Could not find anything about it 635 */ 636 INT CDECL MSVCRT___CxxLongjmpUnwind(DWORD ret) 637 { 638 dprintf(("MSVCRT: __CxxLongjmpUnwind not implemented.\n")); 627 639 SetLastError(ERROR_CALL_NOT_IMPLEMENTED); 628 640 return FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.