Ignore:
Timestamp:
Jun 21, 2000, 7:33:38 PM (25 years ago)
Author:
phaller
Message:

Added stub for CxxLongjmpUnwind

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/msvcrt/msvcrt.cpp

    r3159 r3734  
    1 /* $Id: msvcrt.cpp,v 1.11 2000-03-18 19:48:54 sandervl Exp $ */
     1/* $Id: msvcrt.cpp,v 1.12 2000-06-21 17:33:37 phaller Exp $ */
    22
    33/*
     
    625625{
    626626  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 */
     636INT CDECL MSVCRT___CxxLongjmpUnwind(DWORD ret)
     637{
     638  dprintf(("MSVCRT: __CxxLongjmpUnwind not implemented.\n"));
    627639  SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
    628640  return FALSE;
Note: See TracChangeset for help on using the changeset viewer.