We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5733d1 commit 1cedfc5Copy full SHA for 1cedfc5
units/sdl2.pas
@@ -61,7 +61,7 @@
61
62
{$I jedi.inc}
63
64
-{
+(*
65
Enable the following line, or set SDL_RUNTIME_LOADING in your project define
66
settings. If set the SDL2 library can be loaded at runtime instead of being
67
statically linked into the project. After that you need to call the
@@ -87,7 +87,7 @@
87
88
SDL_CreateWindowAndRenderer := TSDL_CreateWindowAndRenderer_func(GetProcAddress(LibHandle, 'SDL_CreateWindowAndRenderer'));
89
if not Assigned(SDL_CreateWindowAndRenderer) then Result := False;"
90
-}
+*)
91
//{$DEFINE SDL_RUNTIME_LOADING}
92
93
0 commit comments