Added missing LPDROPFILES definition.

oldstable
Dimitrie O. Paun 2002-12-23 01:33:16 +00:00 committed by Alexandre Julliard
parent d985e66f8a
commit 2fcd2c7c15
1 changed files with 1 additions and 1 deletions

View File

@ -587,7 +587,7 @@ typedef struct _DROPFILES
POINT pt;
BOOL fNC;
BOOL fWide;
} DROPFILES;
} DROPFILES, *LPDROPFILES;
#include "poppack.h"