Changeset 6375 for trunk/src/kernel32/exceptstackdump.cpp
- Timestamp:
- Jul 20, 2001, 5:42:38 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/exceptstackdump.cpp
r4555 r6375 1 /* $Id: exceptstackdump.cpp,v 1. 3 2000-11-05 13:40:45sandervl Exp $ */1 /* $Id: exceptstackdump.cpp,v 1.4 2001-07-20 15:33:29 sandervl Exp $ */ 2 2 /* 3 3 * Stack dump code … … 30 30 31 31 #undef dprintf 32 #define dprintf(a) if(DbgEnabled [DBG_LOCALLOG] == 1) WriteLogNoEOL a32 #define dprintf(a) if(DbgEnabledKERNEL32[DBG_LOCALLOG] == 1) WriteLogNoEOL a 33 33 34 34 /* ******************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.