Ignore:
Timestamp:
Mar 18, 2000, 8:49:44 PM (25 years ago)
Author:
sandervl
Message:

added extra check for fs corruption during dll attach

File:
1 edited

Legend:

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

    r2802 r3160  
    1 /* $Id: exceptutil.h,v 1.6 2000-02-16 14:25:40 sandervl Exp $ */
     1/* $Id: exceptutil.h,v 1.7 2000-03-18 19:49:44 sandervl Exp $ */
    22
    33/*
     
    2626void  SetOS2ExceptionChain(ULONG val);
    2727
     28#ifdef DEBUG
     29void  PrintExceptionChain();
     30#else
     31#define PrintExceptionChain()
     32#endif
     33
    2834ULONG  getEAX();
    2935ULONG  getEBX();
Note: See TracChangeset for help on using the changeset viewer.