Ignore:
Timestamp:
Feb 17, 2001, 8:55:39 PM (25 years ago)
Author:
sandervl
Message:

header update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32api.h

    r5142 r5156  
    1 /* $Id: win32api.h,v 1.22 2001-02-16 17:47:01 sandervl Exp $ */
     1/* $Id: win32api.h,v 1.23 2001-02-17 19:55:39 sandervl Exp $ */
    22
    33/*
     
    129129
    130130BOOL    WIN32API SetWindowPos(HWND,HWND,INT,INT,INT,INT,UINT);
     131HWND    WIN32API GetWindow(HWND hwnd, UINT uCmd);
     132BOOL    WIN32API IntersectRect( PRECT lprcDst, const RECT * lprcSrc1, const RECT * lprcSrc2);
    131133
    132134#endif
Note: See TracChangeset for help on using the changeset viewer.