Ignore:
Timestamp:
May 15, 2003, 4:26:27 PM (23 years ago)
Author:
sandervl
Message:

Wine resync

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/comctl32dbg.def

    r9998 r10098  
    1 ; $Id: comctl32dbg.def,v 1.4 2003-04-09 11:58:40 sandervl Exp $
     1; $Id: comctl32dbg.def,v 1.5 2003-05-15 14:26:27 sandervl Exp $
    22LIBRARY COMCTL32 INITINSTANCE
    33DESCRIPTION 'Odin32 System DLL - ComCtl32 - Common Controls Library'
     
    103103
    104104  CreateMRUListA      = _DbgCreateMRUListA@4          @151
    105 ; ordinals????
    106105  FreeMRUList         = _DbgFreeMRUList@4             @152
    107106  AddMRUStringA       = _DbgAddMRUStringA@8           @153
     
    157156  StrCmpNIW           = _DbgCOMCTL32_StrCmpNIW@12     @361
    158157  StrStrW             = _DbgCOMCTL32_StrStrW@8        @362
    159 ;StrStrIW @363
     158  StrStrIW            = _DbgCOMCTL32_StrStrIW@8      @363
    160159  StrSpnW             = _DbgCOMCTL32_StrSpnW@8        @364
    161160  StrToIntW           = _DbgCOMCTL32_StrToIntW@4      @365
     
    188187  CreateMRUListLazyW  = _DbgCreateMRUListLazyW@16     @404
    189188
    190                         _COMCTL32_410@16           @410 NONAME
    191                         _COMCTL32_411@12           @411 NONAME
    192                         _COMCTL32_412@12           @412 NONAME
    193                         _COMCTL32_413@16           @413 NONAME
     189; These are only available in comctrl 6
     190  DefSubclassProc      = _DefSubclassProc@16       @410
     191  GetWindowSubclass    = _GetWindowSubclass@16     @411
     192  RemoveWindowSubclass = _RemoveWindowSubclass@12  @412
     193  SetWindowSubclass    = _SetWindowSubclass@16     @413
    194194                        _COMCTL32_415@20           @415 NONAME
    195195
     
    197197                        _COMCTL32_419@16           @419 NONAME
    198198
    199 ; These are only available in comctrl 6
    200   DefSubclassProc      = _DefSubclassProc@16        @500
    201   GetWindowSubclass    = _GetWindowSubclass@16      @501
    202   RemoveWindowSubclass = _RemoveWindowSubclass@12   @502
    203   SetWindowSubclass    = _SetWindowSubclass@16      @503
Note: See TracChangeset for help on using the changeset viewer.