Ignore:
Timestamp:
Nov 2, 1999, 10:50:40 PM (26 years ago)
Author:
achimha
Message:

comctl32 merged with WINE 991031

File:
1 edited

Legend:

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

    r499 r1566  
    77#ifndef __WINE_LISTVIEW_H
    88#define __WINE_LISTVIEW_H
     9
     10#include "commctrl.h"
     11#include "windef.h"
     12#include "wingdi.h"
    913
    1014typedef struct tagLISTVIEW_SUBITEM
     
    5761    PFNLVCOMPARE pfnCompare;
    5862    LPARAM lParamSort;
    59 
     63    HWND hwndEdit;
     64    LISTVIEW_ITEM *lpeditItem;
     65   
    6066} LISTVIEW_INFO;
    6167
Note: See TracChangeset for help on using the changeset viewer.