File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 *
2323 * \s a SDL_GetPrefPath
2424 *}
25- function SDL_GetBasePath(): PChar cdecl; external SDL_LibName {$IFDEF DELPHI} {$IFDEF MACOS} name ' _SDL_GetBasePath' {$ENDIF} {$ENDIF};
25+ function SDL_GetBasePath(): PAnsiChar cdecl; external SDL_LibName {$IFDEF DELPHI} {$IFDEF MACOS} name ' _SDL_GetBasePath' {$ENDIF} {$ENDIF};
2626
2727{**
2828 * \b rief Get the user-and-app-specific path where files can be written.
@@ -85,4 +85,4 @@ function SDL_GetBasePath(): PChar cdecl; external SDL_LibName {$IFDEF DELPHI} {$
8585 *
8686 * \s a SDL_GetBasePath
8787 *}
88- function SDL_GetPrefPath(const org: PAnsiChar; const app: PAnsiChar): PChar cdecl; external SDL_LibName {$IFDEF DELPHI} {$IFDEF MACOS} name ' _SDL_GetPrefPath' {$ENDIF} {$ENDIF};
88+ function SDL_GetPrefPath(const org: PAnsiChar; const app: PAnsiChar): PAnsiChar cdecl; external SDL_LibName {$IFDEF DELPHI} {$IFDEF MACOS} name ' _SDL_GetPrefPath' {$ENDIF} {$ENDIF};
You can’t perform that action at this time.
0 commit comments