source: trunk/src/user32/user32api.h@ 9005

Last change on this file since 9005 was 9005, checked in by sandervl, 23 years ago

added

File size: 197 bytes
Line 
1/* $Id: user32api.h,v 1.1 2002-08-15 10:14:30 sandervl Exp $ */
2//Internal user32 functions
3
4#ifndef __USER32API_H_
5#define __USER32API_H_
6
7HWND WINAPI GetAncestor( HWND hwnd, UINT type );
8
9#endif
Note: See TracBrowser for help on using the repository browser.