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

Wine resync

File:
1 edited

Legend:

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

    r9998 r10098  
    1 ; $Id: comctl32.def,v 1.28 2003-04-09 11:58:39 sandervl Exp $
     1; $Id: comctl32.def,v 1.29 2003-05-15 14:26:27 sandervl Exp $
    22LIBRARY COMCTL32 INITINSTANCE
    33DESCRIPTION 'Odin32 System DLL - ComCtl32 - Common Controls Library'
     
    103103
    104104  CreateMRUListA      = _CreateMRUListA@4          @151
    105 ; ordinals????
    106105  FreeMRUList         = _FreeMRUList@4             @152
    107106  AddMRUStringA       = _AddMRUStringA@8           @153
     
    160159  StrCmpNIW           = _COMCTL32_StrCmpNIW@12     @361
    161160  StrStrW             = _COMCTL32_StrStrW@8        @362
    162 ;StrStrIW @363
     161  StrStrIW            = _COMCTL32_StrStrIW@8      @363
    163162  StrSpnW             = _COMCTL32_StrSpnW@8        @364
    164163  StrToIntW           = _COMCTL32_StrToIntW@4      @365
     
    191190  CreateMRUListLazyW  = _CreateMRUListLazyW@16     @404
    192191
    193                         _COMCTL32_410@16           @410 NONAME
    194                         _COMCTL32_411@12           @411 NONAME
    195                         _COMCTL32_412@12           @412 NONAME
    196                         _COMCTL32_413@16           @413 NONAME
     192; These are only available in comctrl 6
     193  DefSubclassProc      = _DefSubclassProc@16       @410
     194  GetWindowSubclass    = _GetWindowSubclass@16     @411
     195  RemoveWindowSubclass = _RemoveWindowSubclass@12  @412
     196  SetWindowSubclass    = _SetWindowSubclass@16     @413
    197197                        _COMCTL32_415@20           @415 NONAME
    198198
     
    201201
    202202
    203 ; These are only available in comctrl 6
    204   DefSubclassProc      = _DefSubclassProc@16        @500
    205   GetWindowSubclass    = _GetWindowSubclass@16      @501
    206   RemoveWindowSubclass = _RemoveWindowSubclass@12   @502
    207   SetWindowSubclass    = _SetWindowSubclass@16      @503
    208 
Note: See TracChangeset for help on using the changeset viewer.