From 49526e26477bddb4837f56dc545b09ac8eb9f3b0 Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Wed, 10 Apr 2013 17:39:50 +0100 Subject: Change to still support FPC 2.6.0 during the fpGUI 1.0 release Even though I normally say I only support latest released FPC versions, this is a small change. --- src/corelib/fpg_imgfmt_bmp.pas | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/corelib/fpg_imgfmt_bmp.pas b/src/corelib/fpg_imgfmt_bmp.pas index ff354898..00637f3b 100644 --- a/src/corelib/fpg_imgfmt_bmp.pas +++ b/src/corelib/fpg_imgfmt_bmp.pas @@ -38,6 +38,12 @@ implementation uses fpg_utils; +{$IF FPC_FULLVERSION<20602} +type + uint16 = word; + uint32 = cardinal; +{$IFEND} + procedure ReadImage_OS2BMP(img: TfpgImage; bmp: Pointer; bmpsize: longword); forward; -- cgit v1.2.3-70-g09d2