Ignore:
Timestamp:
Mar 21, 2000, 6:30:46 PM (25 years ago)
Author:
cbratschi
Message:

bug fixes and improvements

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 $ */
    12/*
    23 * Drag List control
     
    2324BOOL WINAPI MakeDragList (HWND hwndLB)
    2425{
    25     dprintf(("COMCTL32: MakeDragList - empty stub!"));
     26  dprintf(("COMCTL32: MakeDragList - empty stub!"));
    2627
    27     return FALSE;
     28  return FALSE;
    2829}
    2930
     
    3132VOID WINAPI DrawInsert (HWND hwndParent, HWND hwndLB, INT nItem)
    3233{
    33     dprintf(("COMCTL32: DrawInsert - empty stub!"));
     34  dprintf(("COMCTL32: DrawInsert - empty stub!"));
    3435}
    3536
     
    9394{
    9495
    95     return FALSE;
     96  return FALSE;
    9697}
Note: See TracChangeset for help on using the changeset viewer.