Changeset 104 for trunk/src/comctl32
- Timestamp:
- Jun 12, 1999, 8:19:14 PM (26 years ago)
- 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:58achimha Exp $1 ; $Id: comctl32.def,v 1.8 1999-06-12 18:19:14 achimha Exp $ 2 2 LIBRARY COMCTL32 INITINSTANCE 3 3 DESCRIPTION 'COMCTL32 Common Controls Library' … … 67 67 CreatePropertySheetPageW = _CreatePropertySheetPageW@4 @20 68 68 DestroyPropertySheetPage = _DestroyPropertySheetPage@4 @24 69 69 70 MakeDragList = _MakeDragList@4 @4 71 DrawInsert = _DrawInsert@12 @15 72 LBItemFromPt = _LBItemFromPt@16 @14 70 73 71 74 -
trunk/src/comctl32/makefile
r94 r104 1 # $Id: makefile,v 1. 4 1999-06-10 16:22:00achimha Exp $1 # $Id: makefile,v 1.5 1999-06-12 18:19:14 achimha Exp $ 2 2 # 3 3 # PD-Win32 API … … 24 24 nativefont.obj pager.obj tab.obj status.obj header.obj updown.obj \ 25 25 rebar.obj cache.obj trackbar.obj tooltips.obj toolbar.obj treeview.obj \ 26 propsheet.obj listview.obj 26 propsheet.obj listview.obj draglist.obj 27 27 28 28 all: $(TARGET).dll $(TARGET).lib … … 67 67 propsheet.obj: propsheet.c 68 68 listview.obj: listview.c 69 draglist.obj: draglist.c 69 70 70 71 clean:
Note:
See TracChangeset
for help on using the changeset viewer.