Changeset 8539 for trunk/include/win
- Timestamp:
- Jun 1, 2002, 7:25:10 PM (23 years ago)
- Location:
- trunk/include/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/shlobj.h
r7953 r8539 536 536 #define CSIDL_FLAG_MASK 0xff00 537 537 538 /*539 * DROPFILES for CF_HDROP and CF_PRINTERS540 */541 typedef struct _DROPFILES542 {543 DWORD pFiles;544 POINT pt;545 BOOL fNC;546 BOOL fWide;547 } DROPFILES;548 549 538 #ifdef __cplusplus 550 539 } /* extern "C" */ -
trunk/include/win/winuser.h
r8385 r8539 775 775 #define WM_EXITSIZEMOVE 0x0232 776 776 #define WM_DROPFILES 0x0233 777 778 779 /* 780 * DROPFILES for CF_HDROP and CF_PRINTERS 781 */ 782 typedef struct _DROPFILES 783 { 784 DWORD pFiles; 785 POINT pt; 786 BOOL fNC; 787 BOOL fWide; 788 } DROPFILES; 777 789 778 790 #define WM_IME_SETCONTEXT 0x0281
Note:
See TracChangeset
for help on using the changeset viewer.
