Changeset 4012 for trunk/src/gdi32/oslibgpi.cpp
- Timestamp:
- Aug 14, 2000, 5:51:20 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/oslibgpi.cpp
r3705 r4012 1 /* $Id: oslibgpi.cpp,v 1. 5 2000-06-14 13:17:51 sandervlExp $ */1 /* $Id: oslibgpi.cpp,v 1.6 2000-08-14 15:51:20 cbratschi Exp $ */ 2 2 3 3 /* … … 21 21 #include "dcdata.h" 22 22 23 #define DBG_LOCALLOG 23 #define DBG_LOCALLOG DBG_oslibgpi 24 24 #include "dbglocal.h" 25 25 … … 292 292 } 293 293 294 LONG APIENTRY WinDrawTabbedText(HPS hps,LONG cchText,LONG lTabWidth,PCH lpchText,PRECTL prcl,LONG clrFore,LONG clrBack,ULONG flCmd); 295 294 296 LONG OSLibWinDrawTabbedText(PVOID pHps,LONG cchText,LONG lTabs,LPCSTR lpchText,PVOID prcl,LONG clrFore,LONG clrBack,ULONG flCmd) 295 297 { 296 //return WinDraw 297 //undocumented 298 return 0; 298 return WinDrawTabbedText(GetDCData(pHps)->hps,cchText,lTabs,(PCH)lpchText,(PRECTL)prcl,clrFore,clrBack,flCmd); 299 299 } 300 300
Note:
See TracChangeset
for help on using the changeset viewer.