Browse Source

+ Delphistream is standard for FPC>1.0.10

michael 21 years ago
parent
commit
6fba28d11a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      packages/base/pasjpeg/jconfig.inc

+ 3 - 0
packages/base/pasjpeg/jconfig.inc

@@ -112,4 +112,7 @@
 {$IFDEF FPC}
 {$MODE DELPHI}
 {$GOTO ON}
+{$IFNDEF VER1_0}
+{$DEFINE DELPHI_STREAM}
+{$ENDIF}
 {$ENDIF}