Browse Source

Merged revisions 3189 via svnmerge from
http://[email protected]/svn/fpc/trunk

........
r3189 | peter | 2006-04-10 09:43:15 +0200 (Mon, 10 Apr 2006) | 2 lines

* compile with objfpc to get 32bit integer

........

git-svn-id: branches/fixes_2_0@3190 -

peter 19 years ago
parent
commit
0add526cb2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/base/paszlib/zconf.inc

+ 1 - 0
packages/base/paszlib/zconf.inc

@@ -27,6 +27,7 @@
 {$ENDIF}
 
 {$IFDEF FPC}
+ {$MODE objfpc}
  {$DEFINE Use32}
  {$UNDEF DPMI}
  {$UNDEF MSDOS}