summaryrefslogtreecommitdiff
path: root/src/fixer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fixer.h')
-rw-r--r--src/fixer.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/fixer.h b/src/fixer.h
index 2766cf7..e044215 100644
--- a/src/fixer.h
+++ b/src/fixer.h
@@ -209,12 +209,12 @@ typedef DPMSG_DESTROYPLAYERORGROUP * LPDPMSG_DESTROYPLAYERORGROUP;
typedef struct JOYINFOEX
{
- int dwXpos;
- int dwYpos;
- int dwRpos;
- int dwUpos;
- int dwVpos;
- int dwPOV;
+ DWORD dwXpos;
+ DWORD dwYpos;
+ DWORD dwRpos;
+ DWORD dwUpos;
+ DWORD dwVpos;
+ DWORD dwPOV;
} JOYINFOEX;
typedef struct JOYCAPS