Changeset 459 for GraphicTest/Methods/UGraphics32Method.pas
- Timestamp:
- Nov 28, 2012, 8:09:38 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GraphicTest/Methods/UGraphics32Method.pas
r454 r459 6 6 7 7 uses 8 Classes, SysUtils, UFastBitmap, UDrawMethod , GR32, GR32_Image, Controls,8 Classes, SysUtils, UFastBitmap, UDrawMethod{$IFDEF gr32}, GR32, GR32_Image{$ENDIF}, Controls, 9 9 Graphics; 10 10 11 {$IFDEF gr32} 11 12 type 12 13 { TGraphics32Method } … … 20 21 procedure Done; override; 21 22 end; 22 23 {$ENDIF} 23 24 24 25 implementation 25 26 27 {$IFDEF gr32} 26 28 { TGraphics32Method } 27 29 … … 92 94 end; 93 95 96 {$ENDIF} 97 94 98 end. 95 99
Note:
See TracChangeset
for help on using the changeset viewer.