Ignore:
Timestamp:
Apr 9, 2015, 8:55:27 PM (10 years ago)
Author:
chronos
Message:
  • Modified: Initialization of array of draw method classes done in run.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/Methods/UGraphics32Method.pas

    r470 r471  
    77uses
    88  Classes, SysUtils, UFastBitmap, UDrawMethod,
    9   {$IFDEF WINDOWS}GR32, GR32_Image,{$ENDIF}
     9  {$IFDEF GRAPHICS32}GR32, GR32_Image,{$ENDIF}
    1010  Controls, Graphics;
    1111
    12 {$IFDEF WINDOWS}
     12{$IFDEF GRAPHICS32}
    1313type
    1414  { TGraphics32Method }
     
    2626implementation
    2727
    28 {$IFDEF WINDOWS}
     28{$IFDEF GRAPHICS32}
    2929{ TGraphics32Method }
    3030
Note: See TracChangeset for help on using the changeset viewer.