- Timestamp:
- Aug 2, 2001, 4:49:55 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comdlg32/comdlg32.cpp
r6335 r6437 1 /* $Id: comdlg32.cpp,v 1.3 1 2001-07-15 14:35:11sandervl Exp $ */1 /* $Id: comdlg32.cpp,v 1.32 2001-08-02 14:49:55 sandervl Exp $ */ 2 2 3 3 /* … … 24 24 #include <winuser32.h> 25 25 #include <unicode.h> 26 #include <wingdi32.h> 27 #include <codepage.h> 26 28 27 29 ODINDEBUGCHANNEL(COMDLG32-COMDLG32) … … 142 144 } 143 145 #endif 146 if(lppd->hDC) { 147 OSLibGpiSetCp(lppd->hDC, GetDisplayCodepage()); 148 } 144 149 return ret; 145 150 }
Note:
See TracChangeset
for help on using the changeset viewer.