Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6dde9d4

Browse files
committed
[global] RAD Studio RX 11 compatibility
1 parentb4674de commit6dde9d4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

‎QuickLib.inc‎

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@
2121
***************************************************************************
2222
}
2323

24-
{$ifdef QUICK_WARNOFF}
25-
{$WARNINGS OFF}
26-
{$endif}
27-
28-
{$ifdef QUICK_HINTSOFF}
29-
{$HINTS OFF}
30-
{$endif}
31-
3224
{$ifdef FPC}
3325
{$MODE DELPHI}
3426

@@ -143,6 +135,13 @@
143135
{$define NEXTGEN}//compatibility with older delphis
144136
{$endif}
145137
{$ifend}
138+
{$if CompilerVersion >= 35.0}//Delphi RX11 Alexandria
139+
{$define DELPHIRX11_UP}
140+
{$define DELPHIALEXANDRIA_UP}
141+
{$if defined(ANDROID) OR defined(IOS)}
142+
{$define NEXTGEN}//compatibility with older delphis
143+
{$endif}
144+
{$ifend}
146145
{$else}
147146
//Delphi 5 or older
148147
{$define DELPHI6OROLDER}
@@ -173,6 +172,7 @@
173172
{.$DEFINE DEBUG_HTTPSERVER}
174173
{.$DEFINE DEBUG_OBJPOOL}
175174
{.$DEFINE DEBUG_PARAMETERS}
175+
{.$DEFINE DEBUG_REDIS}
176176
{$ENDIF}
177177

178178

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp