Changeset 2214 for trunk/src/user32/pmwindow.cpp
- Timestamp:
- Dec 27, 1999, 7:43:42 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/pmwindow.cpp
r2208 r2214 1 /* $Id: pmwindow.cpp,v 1.7 1 1999-12-27 14:41:42 sandervl Exp $ */1 /* $Id: pmwindow.cpp,v 1.72 1999-12-27 18:43:42 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Managment Code for OS/2 … … 36 36 #include "caret.h" 37 37 #include "timer.h" 38 #include <codepage.h> 38 39 39 40 HMQ hmq = 0; /* Message queue handle */ … … 84 85 dprintf(("InitPM: hmq = %x", hmq)); 85 86 SetThreadMessageQueue(hmq); 87 88 BOOL rc = WinSetCp(hmq, GetDisplayCodepage()); 89 dprintf(("InitPM: WinSetCP was %sOK", rc ? "" : "not ")); 86 90 87 91 if(!WinRegisterClass( /* Register window class */
Note:
See TracChangeset
for help on using the changeset viewer.