mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 17:28:28 +00:00
SDL_GetProcessProperties is missing a SDLCALL
This commit is contained in:
parent
d318a4a6b1
commit
f26dd52090
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ extern SDL_DECLSPEC SDL_Process *SDLCALL SDL_CreateProcessWithProperties(SDL_Pro
|
||||||
*
|
*
|
||||||
* \since This function is available since SDL 3.0.0.
|
* \since This function is available since SDL 3.0.0.
|
||||||
*/
|
*/
|
||||||
extern SDL_DECLSPEC SDL_PropertiesID SDL_GetProcessProperties(SDL_Process *process);
|
extern SDL_DECLSPEC SDL_PropertiesID SDLCALL SDL_GetProcessProperties(SDL_Process *process);
|
||||||
|
|
||||||
#define SDL_PROP_PROCESS_PID_NUMBER "SDL.process.pid"
|
#define SDL_PROP_PROCESS_PID_NUMBER "SDL.process.pid"
|
||||||
#define SDL_PROP_PROCESS_STDIN_POINTER "SDL.process.stdin"
|
#define SDL_PROP_PROCESS_STDIN_POINTER "SDL.process.stdin"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue