Ignore:
Timestamp:
Dec 27, 1999, 7:43:42 PM (26 years ago)
Author:
sandervl
Message:

VT's codepage changes + combo bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/pmwindow.cpp

    r2208 r2214  
    1 /* $Id: pmwindow.cpp,v 1.71 1999-12-27 14:41:42 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.72 1999-12-27 18:43:42 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    3636#include "caret.h"
    3737#include "timer.h"
     38#include <codepage.h>
    3839
    3940HMQ  hmq = 0;                             /* Message queue handle         */
     
    8485  dprintf(("InitPM: hmq = %x", hmq));
    8586  SetThreadMessageQueue(hmq);
     87
     88  BOOL rc = WinSetCp(hmq, GetDisplayCodepage());
     89  dprintf(("InitPM: WinSetCP was %sOK", rc ? "" : "not "));
    8690
    8791  if(!WinRegisterClass(                 /* Register window class        */
Note: See TracChangeset for help on using the changeset viewer.