Changeset 4591 for trunk/include/winuser32.h
- Timestamp:
- Nov 14, 2000, 3:28:47 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winuser32.h
r4556 r4591 1 /* $Id: winuser32.h,v 1. 2 2000-11-05 18:47:11sandervl Exp $ */1 /* $Id: winuser32.h,v 1.3 2000-11-14 14:28:47 sandervl Exp $ */ 2 2 3 3 /* … … 10 10 #define __WINUSER32_H__ 11 11 12 #include <dcdata.h> 13 12 14 ULONG OSLibGetScreenHeight(); 13 15 ULONG OSLibGetScreenWidth(); … … 15 17 void WIN32API Calculate1PixelDelta(pDCData pHps); 16 18 void WIN32API TestWideLine (pDCData pHps); 17 BOOL WIN32API changePageXForm(pDCData pHps, P POINTL pValue, int x, int y, PPOINTLpPrev);19 BOOL WIN32API changePageXForm(pDCData pHps, POINTL *pValue, int x, int y, POINTL *pPrev); 18 20 BOOL WIN32API setPageXForm(pDCData pHps); 19 21 VOID WIN32API removeClientArea(pDCData pHps); … … 21 23 int WIN32API setMapMode(pDCData pHps, int mode); 22 24 25 int WIN32API DIB_GetDIBWidthBytes( int width, int depth ); 26 23 27 #endif //__WINUSER32_H__
Note:
See TracChangeset
for help on using the changeset viewer.