source: trunk/include/win/wine/shell16.h@ 4

Last change on this file since 4 was 4, checked in by ktk, 26 years ago

Import

File size: 245 bytes
Line 
1/* $Id: shell16.h,v 1.1 1999-05-24 20:19:28 ktk Exp $ */
2
3#ifndef _SHELL16_H
4#define _SHELL16_H
5
6BOOL16 WINAPI AboutDlgProc16(HWND16,UINT16,WPARAM16,LPARAM);
7BOOL WINAPI AboutDlgProc(HWND,UINT,WPARAM,LPARAM);
8
9
10#endif /* _SHELL16_H */
Note: See TracBrowser for help on using the repository browser.