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

git-svn-id: trunk@13370 -
This commit is contained in:
Jonas Maebe 2009-07-08 18:39:57 +00:00
parent a01d93dda0
commit 4987dbbf41

View File

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