Browse Source

Update zgl_fpc.cfg

Seenkao 3 years ago
parent
commit
2156f1ddd2
1 changed files with 2 additions and 7 deletions
  1. 2 7
      Zengl_SRC/src/zgl_fpc.cfg

+ 2 - 7
Zengl_SRC/src/zgl_fpc.cfg

@@ -14,13 +14,8 @@
   {$INFO 'Update your FreePascal, please.'}
 {$IFEND}
 
-{$IF (( FPC_VERSION = 2 ) and ( FPC_RELEASE >= 4 )) or ( FPC_VERSION >= 3 ) }
-  {$DEFINE X_TRUE := 1}
-  {$DEFINE X_FALSE := 0}
-{$ELSE}
-  {.$DEFINE X_TRUE := TRUE}
-  {.$DEFINE X_FALSE := FALSE}
-{$IFEND}
+{$DEFINE X_TRUE := 1}
+{$DEFINE X_FALSE := 0}
 
 {$IF (( FPC_VERSION >= 2 ) and ( FPC_RELEASE >= 5 )) or (FPC_VERSION >= 3) }
   {$DEFINE NAME_MANGLING}