Changeset 2311 for trunk/src/kernel32/thread.cpp
- Timestamp:
- Jan 3, 2000, 10:36:11 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/thread.cpp
r2141 r2311 1 /* $Id: thread.cpp,v 1.2 0 1999-12-19 17:49:38sandervl Exp $ */1 /* $Id: thread.cpp,v 1.21 2000-01-03 21:36:11 sandervl Exp $ */ 2 2 3 3 /* … … 29 29 #include <winexebase.h> 30 30 #include "exceptutil.h" 31 #include "oslibmisc.h" 31 32 32 33 ODINDEBUGCHANNEL(KERNEL32-THREAD) … … 223 224 thdb->entry_arg = (void *)userdata; 224 225 226 thdb->hab = OSLibWinInitialize(); 227 thdb->hmq = OSLibWinQueryMsgQueue(thdb->hab); 228 dprintf(("Win32ThreadProc: hab %x hmq %x", thdb->hab, thdb->hmq)); 229 225 230 //Note: The Win32 exception structure referenced by FS:[0] is the same 226 231 // in OS/2
Note:
See TracChangeset
for help on using the changeset viewer.