include: Fix REPASTESPECIAL definition.
Spotted by Christoph von Wittich.
This commit is contained in:
parent
778d4da2d9
commit
8f517054d2
|
@ -691,7 +691,7 @@ typedef struct _reqresize {
|
||||||
|
|
||||||
typedef struct _repastespecial {
|
typedef struct _repastespecial {
|
||||||
DWORD dwAspect;
|
DWORD dwAspect;
|
||||||
DWORD dwParam;
|
DWORD_PTR dwParam;
|
||||||
} REPASTESPECIAL;
|
} REPASTESPECIAL;
|
||||||
|
|
||||||
typedef struct _punctuation {
|
typedef struct _punctuation {
|
||||||
|
|
Loading…
Reference in New Issue