Changeset 9693 for trunk/src/kernel32/thread.cpp
- Timestamp:
- Jan 20, 2003, 11:46:28 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/thread.cpp
r9667 r9693 1 /* $Id: thread.cpp,v 1.4 8 2003-01-13 16:51:40sandervl Exp $ */1 /* $Id: thread.cpp,v 1.49 2003-01-20 10:46:28 sandervl Exp $ */ 2 2 3 3 /* … … 310 310 311 311 winteb->o.odin.hab = OSLibWinInitialize(); 312 dprintf(("Thread HAB %x", winteb->o.odin.hab)); 312 313 winteb->o.odin.hmq = OSLibWinQueryMsgQueue(winteb->o.odin.hab); 313 314 rc = OSLibWinSetCp(winteb->o.odin.hmq, GetDisplayCodepage());
Note:
See TracChangeset
for help on using the changeset viewer.