Ignore:
Timestamp:
Aug 23, 1999, 12:11:23 AM (26 years ago)
Author:
sandervl
Message:

Bugfixes + def files changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/kernel32exp.def

    r607 r634  
    1 ; $Id: kernel32exp.def,v 1.13 1999-08-21 16:29:27 sandervl Exp $
     1; $Id: kernel32exp.def,v 1.14 1999-08-22 22:11:22 sandervl Exp $
    22
    33;Created by BLAST for IBM's compiler
     
    851851_VIRTUAL_MapFileA@4              @1249
    852852_VIRTUAL_MapFileW@4              @1250
     853
     854; HEAP Management (heap.cpp, heapstring.cpp)
     855_HEAP_xalloc@12                  @1240
     856_HEAP_xrealloc@16                @1241
     857_HEAP_malloc@4                   @1242
     858_HEAP_realloc@8                  @1243
     859_HEAP_free@4                     @1244
     860_HEAP_strdupWtoA@12              @1245
     861_HEAP_strdupAtoW@12              @1246
     862_HEAP_strdupA@12                 @1247
     863_HEAP_strdupW@12                 @1248
Note: See TracChangeset for help on using the changeset viewer.