Ignore:
Timestamp:
Mar 26, 2000, 6:32:33 PM (25 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

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

    r3181 r3242  
    1 /* $Id: commctrl.h,v 1.25 2000-03-21 17:28:19 cbratschi Exp $ */
     1/* $Id: commctrl.h,v 1.26 2000-03-26 16:29:38 cbratschi Exp $ */
    22/*
    33 * Common controls definitions
     
    28792879    (BOOL)SendMessageA((hwndLV), LVM_ARRANGE, (WPARAM)(UINT)(code), 0L)
    28802880
    2881 #define ListView_EditLabel(hwndLV, i) \
    2882     (HWND)SendMessageA((hwndLV), LVM_EDITLABEL, (WPARAM)(int)(i), 0L)
     2881#define ListView_EditLabelA(hwndLV, i) \
     2882    (HWND)SendMessageA((hwndLV), LVM_EDITLABELA, (WPARAM)(int)(i), 0L)
     2883
     2884#define ListView_EditLabelW(hwndLV, i) \
     2885    (HWND)SendMessageA((hwndLV), LVM_EDITLABELW, (WPARAM)(int)(i), 0L)
    28832886
    28842887#define ListView_GetEditControl(hwndLV) \
Note: See TracChangeset for help on using the changeset viewer.