Ignore:
Timestamp:
Jun 2, 2002, 2:42:09 PM (23 years ago)
Author:
sandervl
Message:

LogExcpetion: check lockcount before changing it on entry

File:
1 edited

Legend:

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

    r8401 r8548  
    1 /* $Id: exceptutil.h,v 1.13 2002-05-10 14:55:11 sandervl Exp $ */
     1/* $Id: exceptutil.h,v 1.14 2002-06-02 12:42:09 sandervl Exp $ */
    22
    33/*
     
    4242#define ENTER_EXCEPTION 0
    4343#define LEAVE_EXCEPTION 1
    44 void LogException(int state);
     44int LogException(int state, int prevlock = 0);
    4545
    4646
Note: See TracChangeset for help on using the changeset viewer.