joy.cpl: Use correct integral type.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
7e90d60233
commit
1c374a7c51
|
@ -789,7 +789,7 @@ static BOOL CALLBACK ff_effects_callback(const DIEFFECTINFOW *pdei, void *pvRef)
|
|||
HRESULT hr;
|
||||
DIEFFECT dieffect;
|
||||
DWORD axes[2] = {DIJOFS_X, DIJOFS_Y};
|
||||
int direction[2] = {0, 0};
|
||||
LONG direction[2] = {0, 0};
|
||||
int num_axes = 2;
|
||||
struct Joystick *joystick = pvRef;
|
||||
DIRAMPFORCE rforce;
|
||||
|
|
Loading…
Reference in New Issue