Fix conflicting structure tag.
This commit is contained in:
parent
24da756e68
commit
fc92ecb2f8
|
@ -29,7 +29,7 @@
|
|||
WINE_DEFAULT_DEBUG_CHANNEL(cursor);
|
||||
|
||||
#include "pshpack1.h"
|
||||
typedef struct tagCURSORINFO
|
||||
typedef struct tagCURSORINFO16
|
||||
{
|
||||
WORD wXMickeys;
|
||||
WORD wYMickeys;
|
||||
|
|
Loading…
Reference in New Issue