Fixed compiling with WIN32_LEAN_AND_MEAN

Fixes https://github.com/libsdl-org/SDL/issues/9766
This commit is contained in:
Sam Lantinga
2024-05-12 15:59:49 -07:00
parent 7b252634fd
commit cb416922e3

View File

@@ -22,6 +22,7 @@
#include "../SDL_dialog_utils.h"
#include <windows.h>
#include <commdlg.h>
#include <shlobj.h>
#include "../../core/windows/SDL_windows.h"
#include "../../thread/SDL_systhread.h"