Added missing LPDROPFILES definition.
This commit is contained in:
parent
d985e66f8a
commit
2fcd2c7c15
|
@ -587,7 +587,7 @@ typedef struct _DROPFILES
|
|||
POINT pt;
|
||||
BOOL fNC;
|
||||
BOOL fWide;
|
||||
} DROPFILES;
|
||||
} DROPFILES, *LPDROPFILES;
|
||||
|
||||
#include "poppack.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue