mirror of https://github.com/libsdl-org/SDL.git
SDL_GetProcessProperties is missing a SDLCALL
This commit is contained in:
parent
d318a4a6b1
commit
f26dd52090
|
|
@ -243,7 +243,7 @@ extern SDL_DECLSPEC SDL_Process *SDLCALL SDL_CreateProcessWithProperties(SDL_Pro
|
|||
*
|
||||
* \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_STDIN_POINTER "SDL.process.stdin"
|
||||
|
|
|
|||
Loading…
Reference in New Issue