- Timestamp:
- Sep 24, 1999, 11:46:32 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ole32/ole32.def
r993 r1032 3 3 DATA MULTIPLE NONSHARED 4 4 5 5 ; These are defined to prevent a forward reference to OLEAUT32... 6 6 IMPORTS 7 _UnicodeToAscii@8 = KERNEL32.UnicodeToAscii 8 _AsciiToUnicode@8 = KERNEL32.AsciiToUnicode 9 _UnicodeToAsciiString@4 = KERNEL32.UnicodeToAsciiString 10 _FreeAsciiString@4 = KERNEL32.FreeAsciiString 7 _SysAllocString@4 = OLEAUT32.SysAllocString 8 _SysFreeString@4 = OLEAUT32.SysFreeString 11 9 12 10 EXPORTS
Note:
See TracChangeset
for help on using the changeset viewer.