mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 11:06:19 +02:00
* don't redefine smallint type (fixes mantis #14104)
git-svn-id: trunk@13370 -
This commit is contained in:
parent
a01d93dda0
commit
4987dbbf41
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user