Ignore:
Timestamp:
Oct 23, 2001, 11:41:59 PM (24 years ago)
Author:
sandervl
Message:

update

File:
1 edited

Legend:

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

    r6727 r7174  
    315315#define DL_MOVECURSOR           3
    316316
    317 #define DRAGLISTMSGSTRING       TEXT("commctrl_DragListMsg")
     317#define DRAGLISTMSGSTRINGA      "commctrl_DragListMsg"
     318#define DRAGLISTMSGSTRINGW      L"commctrl_DragListMsg"
     319#define DRAGLISTMSGSTRING       WINELIB_NAME_AW(DRAGLISTMSGSTRING)
    318320
    319321BOOL WINAPI MakeDragList (HWND);
Note: See TracChangeset for help on using the changeset viewer.