Browse Source

+ define FPC_IS_SYSTEM in the PS1 system unit

Nikolay Nikolov 10 months ago
parent
commit
3a9024f0b7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      rtl/ps1/system.pp

+ 2 - 0
rtl/ps1/system.pp

@@ -1,6 +1,8 @@
 unit system;
 interface
 
+{$define FPC_IS_SYSTEM}
+
 {$DEFINE FPCRTL_FILESYSTEM_SINGLE_BYTE_API}
 
 {$I systemh.inc}