diff --git a/components/sqldb/registersqldb.pas b/components/sqldb/registersqldb.pas index 6d7688a126..ca621b9631 100644 --- a/components/sqldb/registersqldb.pas +++ b/components/sqldb/registersqldb.pas @@ -60,8 +60,7 @@ unit registersqldb; {$IF FPC_FULLVERSION >= 20701} {$DEFINE HASMYSQL57CONNECTION} {$ENDIF} -{$IF FPC_FULLVERSION >= 30302} - // ToDo: set to 30301 when https://bugs.freepascal.org/view.php?id=38501 is applied +{$IF FPC_FULLVERSION >= 30301} {$DEFINE HASMYSQL80CONNECTION} {$ENDIF} diff --git a/examples/easter/holyday.lpi b/examples/easter/holyday.lpi index 452c0a7dd3..c4e22ebdd4 100644 --- a/examples/easter/holyday.lpi +++ b/examples/easter/holyday.lpi @@ -1,14 +1,14 @@ - + - + </General> <BuildModes Count="1"> @@ -48,7 +48,7 @@ <UnitName Value="Main"/> <IsVisibleTab Value="True"/> <TopLine Value="93"/> - <CursorPos X="40" Y="120"/> + <CursorPos X="34" Y="117"/> <UsageCount Value="23"/> <Loaded Value="True"/> </Unit1> @@ -67,5 +67,12 @@ </ProjectOptions> <CompilerOptions> <Version Value="11"/> + <Linking> + <Options> + <Win32> + <GraphicApplication Value="True"/> + </Win32> + </Options> + </Linking> </CompilerOptions> </CONFIG>