Changeset 7850 for trunk/src


Ignore:
Timestamp:
Feb 9, 2002, 2:36:20 PM (24 years ago)
Author:
achimha
Message:

export debug heap functions also under their standard mangled stdcall name

File:
1 edited

Legend:

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

    r7847 r7850  
    1 ; $Id: kernel32dbg.def,v 1.2 2002-02-08 16:47:11 sandervl Exp $
     1; $Id: kernel32dbg.def,v 1.3 2002-02-09 13:36:20 achimha Exp $
    22
    33;Basis is Windows95 KERNEL32
     
    11271127    HEAP_strdupA               = _DbgHEAP_strdupA@12                 @1247 NONAME
    11281128    HEAP_strdupW               = _DbgHEAP_strdupW@12                 @1248 NONAME
     1129; AH 2002-02-09 export the debug functions under their mangled non debug name as well
     1130    _HEAP_xalloc@12            = HEAP_xalloc                         @1340 NONAME
     1131    _HEAP_xrealloc@16          = HEAP_xrealloc                       @1341 NONAME
     1132    _HEAP_malloc@4             = HEAP_malloc                         @1342 NONAME
     1133    _HEAP_realloc@8            = HEAP_realloc                        @1343 NONAME
     1134    _HEAP_size@4               = HEAP_size                           @1392 NONAME
     1135    _HEAP_free@4               = HEAP_free                           @1344 NONAME
     1136    _HEAP_strdupWtoA@12        = HEAP_strdupWtoA                     @1345 NONAME
     1137    _HEAP_strdupAtoW@12        = HEAP_strdupAtoW                     @1346 NONAME
     1138    _HEAP_strdupA@12           = HEAP_strdupA                        @1347 NONAME
     1139    _HEAP_strdupW@12           = HEAP_strdupW                        @1348 NONAME
     1140
     1141
    11291142
    11301143    _VIRTUAL_MapFileA@12                                          @1251 NONAME
Note: See TracChangeset for help on using the changeset viewer.