Changeset 2484 for trunk/src/gdi32/oslibgpi.cpp
- Timestamp:
- Jan 20, 2000, 10:39:36 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/oslibgpi.cpp
r2092 r2484 1 /* $Id: oslibgpi.cpp,v 1. 2 1999-12-16 16:52:32 cbratschiExp $ */1 /* $Id: oslibgpi.cpp,v 1.3 2000-01-20 21:39:36 sandervl Exp $ */ 2 2 3 3 /* … … 337 337 return rc; 338 338 } 339 340 ULONG OSLibGpiQueryCp(HDC hdc) 341 { 342 return GpiQueryCp(hdc); 343 } 344 345 BOOL OSLibGpiSetCp(HDC hdc, ULONG codepage) 346 { 347 return GpiSetCp(hdc, codepage); 348 } 349
Note:
See TracChangeset
for help on using the changeset viewer.