mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
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:
parent
df0cc6e98b
commit
b2c6dfa4c5
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue