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

Last change on this file since 640 was 640, checked in by sandervl, 26 years ago

Updated Wine headers

File size: 241 bytes
Line 
1#ifndef __WINE_WINE_SHELL16_H
2#define __WINE_WINE_SHELL16_H
3
4#include "windef.h"
5
6BOOL16 WINAPI AboutDlgProc16(HWND16,UINT16,WPARAM16,LPARAM);
7BOOL WINAPI AboutDlgProc(HWND,UINT,WPARAM,LPARAM);
8
9
10#endif /* __WINE_WINE_SHELL16_H */
Note: See TracBrowser for help on using the repository browser.