Ignore:
Timestamp:
Jun 1, 2002, 7:25:10 PM (23 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

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

    r8385 r8539  
    775775#define WM_EXITSIZEMOVE     0x0232
    776776#define WM_DROPFILES        0x0233
     777
     778
     779/*
     780 * DROPFILES for CF_HDROP and CF_PRINTERS
     781 */
     782typedef struct _DROPFILES
     783{
     784  DWORD pFiles;
     785  POINT pt;
     786  BOOL  fNC;
     787  BOOL  fWide;
     788} DROPFILES;
    777789
    778790#define WM_IME_SETCONTEXT               0x0281
Note: See TracChangeset for help on using the changeset viewer.