- Timestamp:
- Jan 20, 2001, 5:57:00 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dc.cpp
r4848 r4983 1 /* $Id: dc.cpp,v 1.8 1 2000-12-29 18:39:58sandervl Exp $ */1 /* $Id: dc.cpp,v 1.82 2001-01-20 16:57:00 sandervl Exp $ */ 2 2 3 3 /* … … 34 34 #include "oslibmsg.h" 35 35 #include <dcdata.h> 36 #include <codepage.h> 36 37 37 38 #define INCLUDED_BY_DC … … 947 948 &sizel, PU_PELS | GPIT_MICRO | GPIA_ASSOC ); 948 949 psType = MICRO; 950 // default cp is OS/2 one: set to windows default (ODIN.INI) 951 GpiSetCp(hps, GetDisplayCodepage()); 949 952 } 950 953 else … … 982 985 } 983 986 else hps = WinGetPS (hWindow); 987 988 // default cp is OS/2 one: set to windows default (ODIN.INI) 989 GpiSetCp(hps, GetDisplayCodepage()); 984 990 } 985 991 psType = MICRO_CACHED;
Note:
See TracChangeset
for help on using the changeset viewer.