Browse Source

* don't redefine smallint type (fixes mantis #14104)

git-svn-id: trunk@13370 -
Jonas Maebe 16 years ago
parent
commit
4987dbbf41
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/graph/src/inc/graphh.inc

+ 2 - 0
packages/graph/src/inc/graphh.inc

@@ -186,7 +186,9 @@
 
 
 type
+{$ifndef fpc}
     smallint = -32768..32767;
+{$endif}
 
     TResolutionRec = record
       x,y: longint;