Ignore:
Timestamp:
Nov 5, 2000, 7:47:11 PM (25 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32api.h

    r4503 r4556  
    1 /* $Id: win32api.h,v 1.20 2000-10-20 14:28:26 sandervl Exp $ */
     1/* $Id: win32api.h,v 1.21 2000-11-05 18:47:11 sandervl Exp $ */
    22
    33/*
     
    103103
    104104BOOL    WIN32API SetWindowOrgEx(HDC hdc, int X, int Y, LPPOINT lpPoint);
    105 BOOL    WIN32API SetWindowExtEx(HDC hdc, int nXExtent, int nYExtent, LPPOINT lpSize);
     105BOOL    WIN32API SetWindowExtEx(HDC hdc, int nXExtent, int nYExtent, LPSIZE lpSize);
    106106int     WIN32API GetDeviceCaps(HDC hdc, int nIndex);
    107107int     WIN32API GetMapMode(HDC hdc);
Note: See TracChangeset for help on using the changeset viewer.