source:
trunk/include/win/wine/shell16.h@
4
Last change on this file since 4 was 4, checked in by , 26 years ago | |
---|---|
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 | |
6 | BOOL16 WINAPI AboutDlgProc16(HWND16,UINT16,WPARAM16,LPARAM); |
7 | BOOL WINAPI AboutDlgProc(HWND,UINT,WPARAM,LPARAM); |
8 | |
9 | |
10 | #endif /* _SHELL16_H */ |
Note:
See TracBrowser
for help on using the repository browser.