Ignore:
Timestamp:
Feb 14, 2000, 6:28:45 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/listview.h

    r1774 r2779  
    88#define __WINE_LISTVIEW_H
    99
    10 #include "commctrl.h"
    11 #include "windef.h"
    12 #include "wingdi.h"
    13 
    14 /* Some definitions for inline edit control */   
     10/* Some definitions for inline edit control */
    1511typedef BOOL (*EditlblCallback)(HWND, LPSTR, DWORD);
    1612
     
    7268    LPARAM lParamSort;
    7369    HWND hwndEdit;
     70    BOOL bDoEditLabel;
    7471    EDITLABEL_ITEM *pedititem;
    75    
     72
    7673} LISTVIEW_INFO;
    7774
Note: See TracChangeset for help on using the changeset viewer.