Changeset 470 for GraphicTest/Methods


Ignore:
Timestamp:
Apr 9, 2015, 8:41:23 PM (9 years ago)
Author:
chronos
Message:
  • Modified: Use Graphic32 library only on Windows.
  • Fixed: Update correctly test start/stop actions enable state.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/Methods/UGraphics32Method.pas

    r459 r470  
    66
    77uses
    8   Classes, SysUtils, UFastBitmap, UDrawMethod{$IFDEF gr32}, GR32, GR32_Image{$ENDIF}, Controls,
    9   Graphics;
     8  Classes, SysUtils, UFastBitmap, UDrawMethod,
     9  {$IFDEF WINDOWS}GR32, GR32_Image,{$ENDIF}
     10  Controls, Graphics;
    1011
    11 {$IFDEF gr32}
     12{$IFDEF WINDOWS}
    1213type
    1314  { TGraphics32Method }
     
    2526implementation
    2627
    27 {$IFDEF gr32}
     28{$IFDEF WINDOWS}
    2829{ TGraphics32Method }
    2930
Note: See TracChangeset for help on using the changeset viewer.