Revert "dep/msvc: Update SDL2 to 2.0.14"

This reverts commit 8debaa34d9.

Seems to be a few regressions, namely XBox Controller Rumble, other
controllers not detecting, etc.
This commit is contained in:
Connor McLaughlin
2020-12-31 19:44:46 +10:00
parent 3ffbbe82e8
commit d588c26cf6
92 changed files with 272 additions and 1579 deletions

View File

@ -40,9 +40,6 @@ extern "C" {
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN 1
#endif
#ifndef NOMINMAX /* don't define min() and max(). */
#define NOMINMAX
#endif
#include <windows.h>
#endif