Fixed mismatches between the Wine headers and the Microsoft headers.

diff --git a/include/shellapi.h b/include/shellapi.h
index 223c138..708c81f 100644
--- a/include/shellapi.h
+++ b/include/shellapi.h
@@ -39,7 +39,7 @@
 	BOOL fNC;
 	LPSTR   lpFileList;
 	DWORD grfKeyState;
-} DRAGINFOA, * LPDRAGINFOA;
+} DRAGINFOA, *LPDRAGINFOA;
 
 typedef struct _DRAGINFOW
 {	UINT uSize;
@@ -47,7 +47,7 @@
 	BOOL fNC;
 	LPWSTR  lpFileList;
 	DWORD grfKeyState;
-} DRAGINFOW, LPDRAGINFOW;
+} DRAGINFOW, *LPDRAGINFOW;
 
 DECL_WINELIB_TYPE_AW(DRAGINFO)
 DECL_WINELIB_TYPE_AW(LPDRAGINFO)