- Timestamp:
- Dec 30, 2011, 11:03:12 AM (14 years ago)
- Location:
- trunk/src/kernel32
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/os2heap.cpp
r21302 r21932 178 178 DWORD dwAllocBytes; 179 179 180 // dprintf(("OS2Heap::Alloc\n")); 180 #if 0 181 extern HANDLE Heap_ProcessHeap; 182 dprintf(("OS2Heap::Alloc(%x:%x:%x) %x %d\n", 183 this, getHeapHandle(), Heap_ProcessHeap, dwFlags, dwBytes)); 184 #endif 181 185 182 186 //size must be multiple of 8 bytes -
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.