mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-04 15:12:47 +02:00
Added missing SDL_sysfilesystem.h includes
This commit is contained in:
@@ -25,6 +25,8 @@
|
||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||
/* System dependent filesystem routines */
|
||||
|
||||
#include "../SDL_sysfilesystem.h"
|
||||
|
||||
#include "../../core/windows/SDL_windows.h"
|
||||
#include <shlobj.h>
|
||||
#include <initguid.h>
|
||||
|
||||
@@ -23,6 +23,9 @@
|
||||
|
||||
#if defined(SDL_FSOPS_WINDOWS)
|
||||
|
||||
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
||||
/* System dependent filesystem routines */
|
||||
|
||||
#include "../../core/windows/SDL_windows.h"
|
||||
#include "../SDL_sysfilesystem.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user