We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d351f commit 0e65e04Copy full SHA for 0e65e04
src/haptic/windows/SDL_dinputhaptic.c
@@ -31,11 +31,7 @@
31
/*
32
* External stuff.
33
*/
34
-#ifdef SDL_VIDEO_DRIVER_WINDOWS
35
extern HWND SDL_HelperWindow;
36
-#else
37
-static const HWND SDL_HelperWindow = NULL;
38
-#endif
39
40
41
* Internal stuff.
src/joystick/windows/SDL_dinputjoystick.c
@@ -40,11 +40,7 @@
#define CONVERT_MAGNITUDE(x) (((x)*10000) / 0x7FFF)
42
// external variables referenced.
43
44
45
46
47
48
49
// local variables
50
static bool coinitialized = false;
0 commit comments