Changeset 104 for trunk/src/comctl32


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

added draglist dummy control and exported its APIs

Location:
trunk/src/comctl32
Files:
1 added
2 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
  • trunk/src/comctl32/makefile

    r94 r104  
    1 # $Id: makefile,v 1.4 1999-06-10 16:22:00 achimha Exp $
     1# $Id: makefile,v 1.5 1999-06-12 18:19:14 achimha Exp $
    22#
    33# PD-Win32 API
     
    2424        nativefont.obj pager.obj tab.obj status.obj header.obj updown.obj \
    2525        rebar.obj cache.obj trackbar.obj tooltips.obj toolbar.obj treeview.obj \
    26         propsheet.obj listview.obj
     26        propsheet.obj listview.obj draglist.obj
    2727
    2828all: $(TARGET).dll $(TARGET).lib
     
    6767propsheet.obj: propsheet.c
    6868listview.obj: listview.c
     69draglist.obj: draglist.c
    6970
    7071clean:
Note: See TracChangeset for help on using the changeset viewer.