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.h

    r7963 r9582  
    1 /* $Id: oslibmisc.h,v 1.9 2002-02-19 13:08:19 sandervl Exp $ */
     1/* $Id: oslibmisc.h,v 1.10 2003-01-02 11:50:46 sandervl Exp $ */
    22/*
    33 * Misc util. procedures
     
    4444ULONG OSLibWinInitialize();
    4545ULONG OSLibWinQueryMsgQueue(ULONG hab);
     46ULONG OSLibWinSetCp(ULONG hmq, ULONG codepage);
    4647
    4748//#define CTRY_NONE                        0
Note: See TracChangeset for help on using the changeset viewer.