include: Fix REPASTESPECIAL definition.

Spotted by Christoph von Wittich.
This commit is contained in:
Nikolay Sivov 2015-02-26 18:07:37 +03:00 committed by Alexandre Julliard
parent 778d4da2d9
commit 8f517054d2

View file

@ -691,7 +691,7 @@ typedef struct _reqresize {
typedef struct _repastespecial {
DWORD dwAspect;
DWORD dwParam;
DWORD_PTR dwParam;
} REPASTESPECIAL;
typedef struct _punctuation {