mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 18:41:14 +00:00
gate SDL_process include
This commit is contained in:
parent
188bcda733
commit
8c6ee038a1
@ -31,8 +31,10 @@
|
||||
#include "realtime/realtime.h"
|
||||
#include "scripts.h"
|
||||
|
||||
#include <SDL3/SDL_events.h>
|
||||
#if SDL_MAJOR_VERSION >= 3
|
||||
#include <SDL3/SDL_process.h>
|
||||
#endif
|
||||
#include <SDL3/SDL_events.h>
|
||||
#include <SDL3/SDL_stdinc.h>
|
||||
#include <SDL3/SDL_version.h>
|
||||
#include <stdio.h>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user