Ignore:
Timestamp:
Jun 12, 1999, 8:19:14 PM (26 years ago)
Author:
achimha
Message:

added draglist dummy control and exported its APIs

File:
1 edited

Legend:

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

    r94 r104  
    1 ; $Id: comctl32.def,v 1.7 1999-06-10 16:21:58 achimha Exp $
     1; $Id: comctl32.def,v 1.8 1999-06-12 18:19:14 achimha Exp $
    22LIBRARY COMCTL32 INITINSTANCE
    33DESCRIPTION 'COMCTL32 Common Controls Library'
     
    6767  CreatePropertySheetPageW     = _CreatePropertySheetPageW@4         @20
    6868  DestroyPropertySheetPage     = _DestroyPropertySheetPage@4         @24
    69  
     69
     70  MakeDragList                 = _MakeDragList@4                     @4
     71  DrawInsert                   = _DrawInsert@12                      @15
     72  LBItemFromPt                 = _LBItemFromPt@16                    @14
    7073
    7174
Note: See TracChangeset for help on using the changeset viewer.