Changeset 1032 for trunk/src


Ignore:
Timestamp:
Sep 24, 1999, 11:46:32 PM (26 years ago)
Author:
davidr
Message:

Removed OLEAUT32 dependancy by defining IMPORTS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ole32/ole32.def

    r993 r1032  
    33DATA MULTIPLE NONSHARED
    44
    5 
     5; These are defined to prevent a forward reference to OLEAUT32...
    66IMPORTS
    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
    119
    1210EXPORTS
Note: See TracChangeset for help on using the changeset viewer.