Ignore:
Timestamp:
Oct 18, 2000, 7:09:34 PM (25 years ago)
Author:
sandervl
Message:

LoadLibraryExA + memory map close fix, added new registry keys for installation, don't log guard page violation

File:
1 edited

Legend:

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

    r4189 r4496  
    1 /* $Id: exceptutil.h,v 1.9 2000-09-04 18:24:42 sandervl Exp $ */
     1/* $Id: exceptutil.h,v 1.10 2000-10-18 17:09:32 sandervl Exp $ */
    22
    33/*
     
    4949#endif
    5050
     51#define ENTER_EXCEPTION 0
     52#define LEAVE_EXCEPTION 1
     53void LogException(int state);
     54
    5155#endif
Note: See TracChangeset for help on using the changeset viewer.