소스 검색

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

git-svn-id: trunk@13370 -
Jonas Maebe 16 년 전
부모
커밋
4987dbbf41
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      packages/graph/src/inc/graphh.inc

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

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