Changeset 527 for trunk/src


Ignore:
Timestamp:
Aug 17, 1999, 3:29:09 PM (26 years ago)
Author:
phaller
Message:

Fix: linker confused by exporting ordinal 0

Location:
trunk/src
Files:
2 edited

Legend:

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

    r484 r527  
    1212
    1313EXPORTS
    14        LZCopy                = _LZCopy@8           @0
     14       LZCopy                = _LZCopy@8           ; @0 -- PH: can't be exported?
    1515       LZOpenFileA           = _LZOpenFileA@12     @1
    1616       LZInit                = _LZInit@4           @2
  • trunk/src/version/VERSION.DEF

    r488 r527  
    1 ; $Id: VERSION.DEF,v 1.5 1999-08-12 23:33:37 phaller Exp $
     1; $Id: VERSION.DEF,v 1.6 1999-08-17 13:29:09 phaller Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    77IMPORTS
    88    _LZOpenFileA@12            = LZ32.1
    9     _LZCopy@8                  = LZ32.0
     9    _LZCopy@8                  = LZ32.LZCopy
    1010    _LZClose@4                 = LZ32.5
    1111
Note: See TracChangeset for help on using the changeset viewer.