Ignore:
Timestamp:
Jun 8, 2000, 8:11:02 PM (25 years ago)
Author:
sandervl
Message:

header update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32api.h

    r3640 r3680  
    1 /* $Id: win32api.h,v 1.12 2000-06-01 11:26:14 sandervl Exp $ */
     1/* $Id: win32api.h,v 1.13 2000-06-08 18:11:02 sandervl Exp $ */
    22
    33/*
     
    103103BOOL    WIN32API SetWindowExtEx(HDC hdc, int nXExtent, int nYExtent, LPPOINT lpSize);
    104104int     WIN32API GetDeviceCaps(HDC hdc, int nIndex);
     105int     WIN32API GetMapMode(HDC hdc);
     106BOOL    WIN32API DPtoLP(HDC,LPPOINT,INT);
     107BOOL    WIN32API RedrawWindow(HWND,const RECT*,HRGN, DWORD);
    105108
    106109#endif
Note: See TracChangeset for help on using the changeset viewer.