Changeset 8015 for trunk/src/kernel32/debug.cpp
- Timestamp:
- Feb 26, 2002, 12:11:17 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/debug.cpp
r5481 r8015 1 /* $Id: debug.cpp,v 1. 6 2001-04-05 05:54:51sandervl Exp $ */1 /* $Id: debug.cpp,v 1.7 2002-02-26 11:11:17 sandervl Exp $ */ 2 2 3 3 /* … … 17 17 #include <unicode.h> 18 18 #include "oslibdebug.h" 19 #include <wprocess.h> 19 20 20 21 #define DBG_LOCALLOG DBG_debug … … 73 74 dwProcessId, dwThreadId, dwContinueStatus)); 74 75 75 return OSLibContinueDebugEvent(dwProcessId, dwThreadId, dwContinueStatus);76 return OSLibContinueDebugEvent(dwProcessId, ODIN_TO_OS2_THREADID(dwThreadId), dwContinueStatus); 76 77 } 77 78 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.