dialog, windows: tweak includes and include order,

so that the set _WIN32_WINNT value is visible to the source.

Reference issue: https://github.com/libsdl-org/SDL/pull/13904
This commit is contained in:
Ozkan Sezer
2025-09-09 04:55:24 +03:00
parent df0cc6e98b
commit b2c6dfa4c5

View File

@@ -19,14 +19,14 @@
3. This notice may not be removed or altered from any source distribution.
*/
#include "SDL_internal.h"
#include "../../core/windows/SDL_windows.h"
#include "../SDL_dialog.h"
#include "../SDL_dialog_utils.h"
#include <windows.h>
#include <unknwn.h>
#include <commdlg.h>
#include <shlobj.h>
#include <shobjidl.h>
#include "../../core/windows/SDL_windows.h"
#include "../../thread/SDL_systhread.h"
#if WINVER < _WIN32_WINNT_VISTA