- Timestamp:
- Jan 6, 2000, 9:24:25 PM (26 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/advapi32/security.cpp
r2343 r2348 1 /* $Id: security.cpp,v 1. 3 2000-01-06 20:05:00sandervl Exp $ */1 /* $Id: security.cpp,v 1.4 2000-01-06 20:23:47 sandervl Exp $ */ 2 2 /* 3 3 * Win32 security API functions for OS/2 … … 26 26 #include "debugtools.h" 27 27 28 DECLARE_DEBUG_CHANNEL(advapi) 29 DECLARE_DEBUG_CHANNEL(security) 28 DECLARE_DEBUG_CHANNEL(advapi-security) 30 29 31 30 static BOOL fInitSecurity = FALSE; -
trunk/src/kernel32/critsection.cpp
r1741 r2348 1 /* $Id: critsection.cpp,v 1. 2 1999-11-14 17:25:04sandervl Exp $ */1 /* $Id: critsection.cpp,v 1.3 2000-01-06 20:24:25 sandervl Exp $ */ 2 2 /* 3 3 * Win32 critical sections … … 18 18 #include <odinwrap.h> 19 19 20 DEFAULT_DEBUG_CHANNEL(win32)21 20 DECLARE_DEBUG_CHANNEL(relay) 22 21
Note:
See TracChangeset
for help on using the changeset viewer.