Forráskód Böngészése

SDL_GetProcessProperties is missing a SDLCALL

Anonymous Maarten 6 hónapja
szülő
commit
f26dd52090
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      include/SDL3/SDL_process.h

+ 1 - 1
include/SDL3/SDL_process.h

@@ -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"