Ignore:
Timestamp:
Jun 18, 2009, 11:53:26 AM (16 years ago)
Author:
ydario
Message:

Kernel32 updates.

File:
1 edited

Legend:

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

    r10606 r21302  
    147147;  Ordinal0097 = _OS2Ordinal0097@??           @97
    148148;  Ordinal0098 = _OS2Ordinal0098@??           @98
    149    KERNEL32_99 = _KERNEL32_99@4               @99  NONAME
    150    KERNEL32_100 = _KERNEL32_100@12            @100      NONAME
     149                 _KERNEL32_99@4               @99 NONAME
     150                 _KERNEL32_100@12             @100 NONAME
    151151;  Ordinal0101 = _OS2Ordinal0101@??           @101
    152152
     
    10031003    GetVolumeNameForVolumeMountPointW = _DbgGetVolumeNameForVolumeMountPointW@12 @915
    10041004
     1005;
     1006; ENDOFEXPORTS
     1007; Internal function marker
     1008;
    10051009
    10061010;
     
    11601164    InitializeSharedHeap                                          @1276 NONAME
    11611165    DestroySharedHeap                                             @1277 NONAME
     1166    _debug_smalloc                                                @1278 NONAME
     1167    _debug_smallocfill                                            @1279 NONAME
     1168    _debug_sfree                                                  @1280 NONAME
    11621169
    11631170;code memory allocation
     
    12111218    OSLibDosDevIOCtl                                              @2026 NONAME
    12121219
    1213     OSLibImSetMsgQueueProperty                                    @2029 NONAME
    1214 
    12151220    fIsDBCSEnv                                                    @2103 NONAME
     1221    _hookInit@4                                                   @2104 NONAME
    12161222
    12171223    vsnprintfW                            @2030 NONAME
     
    12251231; override TIB switching
    12261232    _ODIN_SetTIBSwitch@4                                          @2102 NONAME
    1227 
    1228     _hookInit@4                                                   @2104 NONAME
    12291233
    12301234    GetDisplayCodepage                                            @3000 NONAME
     
    12521256    _ODIN_SetExceptionHandler@4                                   @3114 NONAME
    12531257    _ODIN_UnsetExceptionHandler@4                                 @3115 NONAME
     1258
     1259    _PSAPI_EnumProcessModules@16                                  @3116 NONAME
     1260    _PSAPI_GetModuleInformation@16                                @3117 NONAME
     1261
     1262    _ODIN_SetProcessDword@12                                      @3118 NONAME
    12541263
    12551264; Char functions (forwarders from user32)
     
    12861295    _DbgIsCharUpperA@4                                               @3159 NONAME
    12871296    _DbgIsCharUpperW@4                                               @3160 NONAME
     1297
     1298
     1299; RAS functions
     1300    RasRegisterObjectTracking   = _RasRegisterObjectTracking@24      @3500
     1301    RasDeregisterObjectTracking = _RasDeregisterObjectTracking@4     @3501
     1302    RasAddObject                = _RasAddObject@16                   @3502
     1303    RasRemoveObject             = _RasRemoveObject@8                 @3503
     1304    RasSetObjectUserData        = _RasSetObjectUserData@20           @3504
     1305    RasQueryObjectUserData      = _RasQueryObjectUserData@20         @3505
     1306    RasInitialize               = _RasInitialize@4                   @3506
     1307    RasUninitialize             = _RasUninitialize@0                 @3507
     1308    _RasLog                     = _RasLog                            @3508
     1309    RasLogMsg                   = _RasLogMsg@12                      @3509
     1310    RasLogObjects               = _RasLogObjects@8                   @3510
     1311    RasEnterSerialize           = _RasEnterSerialize@0               @3511
     1312    RasExitSerialize            = _RasExitSerialize@0                @3512
     1313    _RasLogNoEOL                = _RasLogNoEOL                       @3513
     1314    RasOpenLogChannel           = _RasOpenLogChannel@12              @3514
     1315    RasWriteLogChannel          = _RasWriteLogChannel@12             @3515
     1316    RasCloseLogChannel          = _RasCloseLogChannel@4              @3516
     1317    _RasLog2                    = _RasLog2                           @3517
     1318    RasLogMsg2                  = _RasLogMsg2@16                     @3518
     1319    _RasLogNoEOL2               = _RasLogNoEOL2                      @3519
     1320    RasSaveContext              = _RasSaveContext@4                  @3520
     1321    RasRestoreContext           = _RasRestoreContext@4               @3521
     1322    RasEntry                    = _RasEntry@12                       @3522
     1323    RasSetProcAddr              = _RasSetProcAddr@12                 @3523
     1324    RasTrackMemFree             = _RasTrackMemFree@8                 @3524
     1325    RasTrackMemAlloc            = _RasTrackMemAlloc@8                @3525
     1326    RasTrackMemRealloc          = _RasTrackMemRealloc@12             @3526
     1327    RasCountObjects             = _RasCountObjects@12                @3527
     1328    RasGetTrackHandle           = _RasGetTrackHandle@4               @3528
     1329   
Note: See TracChangeset for help on using the changeset viewer.