X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Flib%2Fsdl2%2FSDL2_image.pas;h=81a8cb1070a5c0814e3e823d3b078110c4e28ecb;hb=ac201b02f10ef558087d50f6b03b4519ab567558;hp=7afdfe615de8c5120a52faad64d03019b07516fc;hpb=423556f23c02a18964bd2c1e125516c0c902ca46;p=d2df-sdl.git diff --git a/src/lib/sdl2/SDL2_image.pas b/src/lib/sdl2/SDL2_image.pas index 7afdfe6..81a8cb1 100644 --- a/src/lib/sdl2/SDL2_image.pas +++ b/src/lib/sdl2/SDL2_image.pas @@ -1,3 +1,4 @@ +{$MODE DELPHI} unit sdl2_image; {* @@ -27,7 +28,7 @@ unit sdl2_image; ChangeLog (Header-Translation): ------------------------------- - v.1.72-stable; 29.09.2013: fixed bug with procedure without parameters + v.1.72-stable; 29.09.2013: fixed bug with procedure without parameters (they must have brackets) v.1.70-stable; 11.09.2013: MacOS compatibility (with Delphi) v.1.33-Alpha; 31.07.2013: Initial Commit @@ -79,10 +80,10 @@ const procedure SDL_IMAGE_VERSION(Out X: TSDL_Version); {* This function gets the version of the dynamically linked SDL_image library. - * + * * Note that this function does NOT allocate a new TSDL_Version and fill it with info, * but returns a pointer to a TSDL_Version residing inside dynlinked file. - * + * * As such, attempting to Dispose() of this memory will result in access violation. *} function IMG_Linked_Version: PSDL_Version cdecl; external IMG_LibName {$IFDEF DELPHI} {$IFDEF MACOS} name '_IMG_Linked_Version' {$ENDIF} {$ENDIF};