Ignore:
Timestamp:
Jun 14, 2000, 3:20:17 PM (25 years ago)
Author:
sandervl
Message:

header update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32api.h

    r3680 r3707  
    1 /* $Id: win32api.h,v 1.13 2000-06-08 18:11:02 sandervl Exp $ */
     1/* $Id: win32api.h,v 1.14 2000-06-14 13:19:44 sandervl Exp $ */
    22
    33/*
     
    106106BOOL    WIN32API DPtoLP(HDC,LPPOINT,INT);
    107107BOOL    WIN32API RedrawWindow(HWND,const RECT*,HRGN, DWORD);
     108HGDIOBJ WIN32API SelectObject(HDC,HGDIOBJ);
     109BOOL    WIN32API DeleteObject(HANDLE hObj);
    108110
    109111#endif
Note: See TracChangeset for help on using the changeset viewer.