Last change
on this file since 7029 was 6504, checked in by sandervl, 24 years ago |
olepicture + typelib wine updates
|
File size:
439 bytes
|
Line | |
---|
1 | #ifndef __WINE_OLEAUT32_OLE2DISP_H
|
---|
2 | #define __WINE_OLEAUT32_OLE2DISP_H
|
---|
3 |
|
---|
4 | #include "wtypes.h"
|
---|
5 |
|
---|
6 | BSTR16 WINAPI SysAllocString16(LPCOLESTR16);
|
---|
7 | BSTR16 WINAPI SysAllocStringLen16(const char*, int);
|
---|
8 | VOID WINAPI SysFreeString16(BSTR16);
|
---|
9 | INT16 WINAPI SysReAllocString16(LPBSTR16,LPCOLESTR16);
|
---|
10 | int WINAPI SysReAllocStringLen16(BSTR16*, const char*, int);
|
---|
11 | int WINAPI SysStringLen16(BSTR16);
|
---|
12 |
|
---|
13 | #endif /* !defined(__WINE_OLEAUT32_OLE2DISP_H) */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.