mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-25 22:58:19 +02:00
12 lines
157 B
ObjectPascal
12 lines
157 B
ObjectPascal
unit jconsts;
|
|
|
|
interface
|
|
|
|
resourcestring
|
|
sChangeJPGSize = 'Cannot change the size of a JPEG image';
|
|
sJPEGError = 'JPEG error #%d';
|
|
|
|
implementation
|
|
|
|
end.
|