Ignore:
Timestamp:
Jun 1, 2000, 1:26:15 PM (25 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32api.h

    r3622 r3640  
    1 /* $Id: win32api.h,v 1.11 2000-05-28 16:40:23 sandervl Exp $ */
     1/* $Id: win32api.h,v 1.12 2000-06-01 11:26:14 sandervl Exp $ */
    22
    33/*
     
    100100PVOID   WIN32API LockResource(HGLOBAL hRes);
    101101
     102BOOL    WIN32API SetWindowOrgEx(HDC hdc, int X, int Y, LPPOINT lpPoint);
     103BOOL    WIN32API SetWindowExtEx(HDC hdc, int nXExtent, int nYExtent, LPPOINT lpSize);
     104int     WIN32API GetDeviceCaps(HDC hdc, int nIndex);
     105
    102106#endif
Note: See TracChangeset for help on using the changeset viewer.