Changeset 3182 for trunk/src/comctl32/draglist.cpp
- Timestamp:
- Mar 21, 2000, 6:30:46 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/draglist.cpp
r2875 r3182 1 /* $Id: draglist.cpp,v 1.2 2000-03-21 17:30:41 cbratschi Exp $ */ 1 2 /* 2 3 * Drag List control … … 23 24 BOOL WINAPI MakeDragList (HWND hwndLB) 24 25 { 25 26 dprintf(("COMCTL32: MakeDragList - empty stub!")); 26 27 27 28 return FALSE; 28 29 } 29 30 … … 31 32 VOID WINAPI DrawInsert (HWND hwndParent, HWND hwndLB, INT nItem) 32 33 { 33 34 dprintf(("COMCTL32: DrawInsert - empty stub!")); 34 35 } 35 36 … … 93 94 { 94 95 95 96 return FALSE; 96 97 }
Note:
See TracChangeset
for help on using the changeset viewer.