mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-11 14:38:24 +02:00
Add missing SDL_main.h includes to remaining libSDLmain implementations
this should hopefully make the automated builds work again (this commit can probably be removed once all affected platforms are converted to header-only SDL_main)
This commit is contained in:
committed by
Sam Lantinga
parent
22e22ba196
commit
2d0eaea1cc
@@ -19,6 +19,7 @@
|
||||
3. This notice may not be removed or altered from any source distribution.
|
||||
*/
|
||||
#include <SDL3/SDL.h>
|
||||
#include <SDL3/SDL_main.h> /* until this SDL_main impl is converted to header-only.. */
|
||||
|
||||
/* Include this so we define UNICODE properly */
|
||||
#include "../../core/windows/SDL_windows.h"
|
||||
|
||||
Reference in New Issue
Block a user