Changeset 21916 for trunk/src/kernel32/dbgwrap.cpp
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/kernel32/dbgwrap.cpp
r21567 r21916 13 13 14 14 #define DBG_LOCALLOG DBG_trace 15 #include <dbglocal.h>15 #include "dbglocal.h" 16 16 17 17 #define DBGWRAP_MODULE "KERNEL32" 18 18 #include <dbgwrap.h> 19 19 20 extern "C" { 20 21 21 22 BOOL WINAPI TryEnterCriticalSection( CRITICAL_SECTION *crit ); … … 950 951 DEBUGWRAP_LVL2_12(OemToCharBuffW) 951 952 DEBUGWRAP_LVL2_8(OemToCharW) 953 954 } // extern "C"
Note:
See TracChangeset
for help on using the changeset viewer.