sdlplatform.inc 340 B

12345678910111213
  1. // based on "sdl_platform.h" (2.0.14)
  2. {**
  3. * \file SDL_platform.h
  4. *
  5. * Try to get a standard set of platform defines.
  6. *}
  7. {**
  8. * Gets the name of the platform.
  9. *}
  10. function SDL_GetPlatform: PAnsiChar; cdecl;
  11. external {$IFDEF DYNAMIC_LINK}SDL_LibName{$ENDIF} {$IFDEF DELPHI} {$IFDEF MACOS} name '_SDL_GetPlatform' {$ENDIF} {$ENDIF};