Implemented the OleCreateFontIndirect method and the associated COM
[wine] / include / wine / shell16.h
1 #ifndef _SHELL16_H
2 #define _SHELL16_H
3
4 BOOL16      WINAPI AboutDlgProc16(HWND16,UINT16,WPARAM16,LPARAM);
5 BOOL32      WINAPI AboutDlgProc32(HWND32,UINT32,WPARAM32,LPARAM);
6 #define     AboutDlgProc WINELIB_NAME(AboutDlgProc)
7
8
9 #endif /* _SHELL16_H */