Changeset 21308 for trunk/src/kernel32/thread.cpp
- Timestamp:
- Jun 18, 2009, 6:27:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/thread.cpp
r21302 r21308 34 34 #include <handlemanager.h> 35 35 #include <codepage.h> 36 #include <heapstring.h> 36 37 37 38 #include "hmhandle.h" … … 48 49 49 50 static ULONG priorityclass = NORMAL_PRIORITY_CLASS; 51 52 #define MQP_INSTANCE_PERMQ 0x00000001 // from os2im.h 50 53 51 54 //****************************************************************************** … … 689 692 dprintf(("Win32ThreadProc: hab %x hmq %x", winteb->o.odin.hab, winteb->o.odin.hmq)); 690 693 dprintf(("Stack top 0x%x, stack end 0x%x", winteb->stack_top, winteb->stack_low)); 694 695 if( IsDBCSEnv()) 696 /* IM instace is created per message queue, that is, thread */ 697 OSLibImSetMsgQueueProperty( winteb->o.odin.hmq, MQP_INSTANCE_PERMQ ); 691 698 692 699 //Note: The Win32 exception structure referenced by FS:[0] is the same
Note:
See TracChangeset
for help on using the changeset viewer.