Ignore:
Timestamp:
Jun 25, 2000, 11:45:34 AM (25 years ago)
Author:
sandervl
Message:

header update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32api.h

    r3723 r3750  
    1 /* $Id: win32api.h,v 1.15 2000-06-17 09:46:46 sandervl Exp $ */
     1/* $Id: win32api.h,v 1.16 2000-06-25 09:45:34 sandervl Exp $ */
    22
    33/*
     
    115115INT     WIN32API CombineRgn(HRGN,HRGN,HRGN,INT);
    116116BOOL    WIN32API SetRectRgn(HRGN,INT,INT,INT,INT);
     117BOOL    WIN32API EnumChildWindows(HWND hwnd, WNDENUMPROC lpfn, LPARAM lParam);
    117118
    118119#endif
Note: See TracChangeset for help on using the changeset viewer.