Changeset 21932 for trunk/src/kernel32/thread.cpp
- Timestamp:
- Dec 30, 2011, 11:03:12 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/thread.cpp
r21916 r21932 710 710 dprintf(("Thread HAB %x", winteb->o.odin.hab)); 711 711 winteb->o.odin.hmq = OSLibWinQueryMsgQueue(winteb->o.odin.hab); 712 dprintf(("Thread HMQ %x", winteb->o.odin.hmq)); 712 713 rc = OSLibWinSetCp(winteb->o.odin.hmq, GetDisplayCodepage()); 713 714 dprintf(("WinSetCP(%d) was %sOK", GetDisplayCodepage(), rc ? "" : "not ")); 714 715 hookInit(winteb->o.odin.hab); 715 716 716 dprintf(("Win32ThreadProc: hab %x hmq %x", winteb->o.odin.hab, winteb->o.odin.hmq));717 717 dprintf(("Stack top 0x%x, stack end 0x%x", winteb->stack_top, winteb->stack_low)); 718 718
Note:
See TracChangeset
for help on using the changeset viewer.