From 2fcd2c7c1553c8a88a8f85239a70b2a8e1ed8a64 Mon Sep 17 00:00:00 2001 From: "Dimitrie O. Paun" Date: Mon, 23 Dec 2002 01:33:16 +0000 Subject: [PATCH] Added missing LPDROPFILES definition. --- include/shlobj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"