Use DrawFrameControl instead of bitmaps in certain cases.
[wine] / dlls / oleaut32 / ole2disp.h
1 #ifndef __WINE_OLEAUT32_OLE2DISP_H
2 #define __WINE_OLEAUT32_OLE2DISP_H
3
4 #include "wtypes.h"
5 #include "wine/windef16.h"
6
7 BSTR16 WINAPI SysAllocString16(LPCOLESTR16);
8 BSTR16 WINAPI SysAllocStringLen16(const char*, int);
9 VOID   WINAPI SysFreeString16(BSTR16);
10 INT16  WINAPI SysReAllocString16(LPBSTR16,LPCOLESTR16);
11 int    WINAPI SysReAllocStringLen16(BSTR16*, const char*,  int);
12 int    WINAPI SysStringLen16(BSTR16);
13
14 #endif /* !defined(__WINE_OLEAUT32_OLE2DISP_H) */