Ignore:
Timestamp:
Aug 2, 2001, 4:49:31 PM (24 years ago)
Author:
sandervl
Message:

Set codepage of DC returned by CreateDCA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/gdi32.cpp

    r6331 r6436  
    1 /* $Id: gdi32.cpp,v 1.74 2001-07-14 15:31:41 sandervl Exp $ */
     1/* $Id: gdi32.cpp,v 1.75 2001-08-02 14:49:31 sandervl Exp $ */
    22
    33/*
     
    341341
    342342    hdc = O32_CreateDC(lpszDriver, lpszDevice, lpszOutput, lpInitData);
     343    if(hdc) {
     344        OSLibGpiSetCp(hdc, GetDisplayCodepage());
     345    }
     346
    343347    dprintf(("GDI32: CreateDCA %s %s %s %x returned %x", lpszDriver, lpszDevice, lpszOutput, lpInitData, hdc));
    344348    return hdc;
Note: See TracChangeset for help on using the changeset viewer.