Changeset 6437 for trunk/src


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

Set codepage of DC returned by PrintDlgA

File:
1 edited

Legend:

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

    r6335 r6437  
    1 /* $Id: comdlg32.cpp,v 1.31 2001-07-15 14:35:11 sandervl Exp $ */
     1/* $Id: comdlg32.cpp,v 1.32 2001-08-02 14:49:55 sandervl Exp $ */
    22
    33/*
     
    2424#include <winuser32.h>
    2525#include <unicode.h>
     26#include <wingdi32.h>
     27#include <codepage.h>
    2628
    2729ODINDEBUGCHANNEL(COMDLG32-COMDLG32)
     
    142144  }
    143145#endif
     146  if(lppd->hDC) {
     147      OSLibGpiSetCp(lppd->hDC, GetDisplayCodepage());
     148  }
    144149  return ret;
    145150}
Note: See TracChangeset for help on using the changeset viewer.