File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ procedure SDL_NET_VERSION(Out X: TSDL_Version);
7070it should NOT be used to fill a version structure, instead you should
7171use the SDL_NET_VERSION() macro.
7272*}
73- procedure SDLNet_Linked_Version () cdecl; external SDLNet_LibName { $IFDEF DELPHI} { $IFDEF MACOS} name ' _SDLNet_Linked_Version' { $ENDIF} { $ENDIF} ;
73+ function SDLNet_Linked_Version : PSDL_Version cdecl; external SDLNet_LibName { $IFDEF DELPHI} { $IFDEF MACOS} name ' _SDLNet_Linked_Version' { $ENDIF} { $ENDIF} ;
7474
7575 { * Initialize/Cleanup the network API
7676 SDL must be initialized before calls to functions in this library,
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ interface
8787 it should NOT be used to fill a version structure, instead you should
8888 use the SDL_TTF_VERSION() macro.
8989 *}
90- function TTF_Linked_Version : TSDL_Version cdecl; external TTF_LibName { $IFDEF DELPHI} { $IFDEF MACOS} name ' _TTF_Linked_Version' { $ENDIF} { $ENDIF} ;
90+ function TTF_Linked_Version : PSDL_Version cdecl; external TTF_LibName { $IFDEF DELPHI} { $IFDEF MACOS} name ' _TTF_Linked_Version' { $ENDIF} { $ENDIF} ;
9191
9292{ * ZERO WIDTH NO-BREAKSPACE (Unicode byte order mark) *}
9393const
You can’t perform that action at this time.
0 commit comments