Added a couple of Unicode string routines.
[wine] / include / wine / shell16.h
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 */