Skip to content

Commit 15ffe2d

Browse files
FIX: filename for runtime linking
1 parent 07c02d9 commit 15ffe2d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

units/sdl2.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ implementation
217217
{$endif}
218218
;
219219

220-
{$I sdl_dnymic_linking.inc}
220+
{$I sdl_runtime_linking.inc}
221221

222222
// Macros from "sdl_version.h"
223223
procedure SDL_VERSION(out x: TSDL_Version);
File renamed without changes.

0 commit comments

Comments
 (0)