1
0
mirror of synced 2024-11-21 17:43:51 +00:00

Fixed: Delphi 7 "unsafe" warnings hidden

This commit is contained in:
Mark van Renswoude 2004-09-25 16:19:08 +00:00
parent 279db4d12b
commit 491c12aad5

View File

@ -22,6 +22,12 @@ uses
Controls,
Graphics;
{$IFDEF VER150}
{$WARN UNSAFE_CODE OFF}
{$WARN UNSAFE_CAST OFF}
{$ENDIF}
type
// Forward declarations
TX2GraphicList = class;