Changeset 19180
- Timestamp:
- Jun 10, 2002, 11:12:02 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/src/oleaut32/ole2disp.h ¶
r19003 r19180 23 23 #include "wine/windef16.h" 24 24 25 #ifdef __WIN32OS2__ 26 #define MapSL _MapSL 27 #define UnMapLS _UnMapLS 28 29 #define _MapSL(a) (a) 30 #define _UnMapLS(a) 31 32 #endif 33 25 34 BSTR16 WINAPI SysAllocString16(LPCOLESTR16); 26 35 BSTR16 WINAPI SysAllocStringLen16(const char*, int);
Note:
See TracChangeset
for help on using the changeset viewer.