Ignore:
Timestamp:
Jan 2, 2003, 12:50:46 PM (23 years ago)
Author:
sandervl
Message:

Set the codepage of the message queue for each new thread that is created. (done for the main thread in user32)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/oslibmisc.cpp

    r6500 r9582  
    1 /* $Id: oslibmisc.cpp,v 1.13 2001-08-09 08:45:06 sandervl Exp $ */
     1/* $Id: oslibmisc.cpp,v 1.14 2003-01-02 11:50:46 sandervl Exp $ */
    22/*
    33 * Misc OS/2 util. procedures
     
    271271//******************************************************************************
    272272//******************************************************************************
     273ULONG OSLibWinSetCp(ULONG hmq, ULONG codepage)
     274{
     275  return WinSetCp(hmq, codepage);
     276}
     277//******************************************************************************
     278//******************************************************************************
    273279ULONG OSLibQueryCountry()
    274280{
Note: See TracChangeset for help on using the changeset viewer.