fix Windows build failure
This commit is contained in:
parent
b53fb9fde7
commit
98e98ad5be
|
@ -31,6 +31,9 @@
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <combaseapi.h>
|
#include <combaseapi.h>
|
||||||
#include <shellapi.h>
|
#include <shellapi.h>
|
||||||
|
#if defined(HAVE_SDL2) && !defined(SUPPORT_XP)
|
||||||
|
#include <versionhelpers.h>
|
||||||
|
#endif
|
||||||
#include "utfutils.h"
|
#include "utfutils.h"
|
||||||
#include "gui/shellScalingStub.h"
|
#include "gui/shellScalingStub.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue