(cherry picked from commit 0f061ff154dafb2f65fd882aa69beb119f99318d)
@@ -31,11 +31,7 @@
/*
* External stuff.
*/
-#ifdef SDL_VIDEO_DRIVER_WINDOWS
extern HWND SDL_HelperWindow;
-#else
-static const HWND SDL_HelperWindow = NULL;
-#endif
* Internal stuff.
@@ -40,11 +40,7 @@
#define CONVERT_MAGNITUDE(x) (((x)*10000) / 0x7FFF)
// external variables referenced.
// local variables
static bool coinitialized = false;