diff --git a/include/shlobj.h b/include/shlobj.h index 04376d94af4..0cfb6e21fef 100644 --- a/include/shlobj.h +++ b/include/shlobj.h @@ -587,7 +587,7 @@ typedef struct _DROPFILES POINT pt; BOOL fNC; BOOL fWide; -} DROPFILES; +} DROPFILES, *LPDROPFILES; #include "poppack.h"