SDL Wiki
[ front page | index | search | recent changes | git repo | offline html ]

SDL_MAIN_NEEDED

Defined if the target platform requires a special mainline through SDL.

Header File

Defined in <SDL3/SDL_main.h>

Syntax

#define SDL_MAIN_NEEDED

Remarks

This won't be defined otherwise. If defined, SDL's headers will redefine main to SDL_main.

This macro is defined by SDL_main.h, which is not automatically included by SDL.h.

Even if required, an app can define SDL_MAIN_HANDLED and provide their own, if they know what they're doing.

This macro is used internally by SDL, and apps probably shouldn't rely on it.

Version

This macro is available since SDL 3.2.0.


CategoryAPI, CategoryAPIMacro, CategoryMain


[ edit | delete | history | feedback | raw ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.