source:
trunk/include/win/wine/shell16.h@
640
Last change on this file since 640 was 640, checked in by , 26 years ago | |
---|---|
File size: 241 bytes |
Line | |
---|---|
1 | #ifndef __WINE_WINE_SHELL16_H |
2 | #define __WINE_WINE_SHELL16_H |
3 | |
4 | #include "windef.h" |
5 | |
6 | BOOL16 WINAPI AboutDlgProc16(HWND16,UINT16,WPARAM16,LPARAM); |
7 | BOOL WINAPI AboutDlgProc(HWND,UINT,WPARAM,LPARAM); |
8 | |
9 | |
10 | #endif /* __WINE_WINE_SHELL16_H */ |
Note:
See TracBrowser
for help on using the repository browser.