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

Last change on this file since 94 was 94, checked in by achimha, 26 years ago

Added CVS tag to many files (comctl32 and headers) .

File size: 249 bytes
Line 
1/* $Id: shell16.h,v 1.3 1999-06-10 16:21:56 achimha 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.