1
0
mirror of synced 2024-09-07 21:45:03 +00:00

Part of memory leak fix

This commit is contained in:
Jan Middelburg 2021-12-03 13:48:13 +01:00 committed by GitHub
parent 2d17084724
commit 23b69058ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,26 @@
{$UNDEF D2}
{$UNDEF D1}
{$IFDEF VER320}
{$DEFINE DXE2}
{$DEFINE DXE2PLUS}
{$DEFINE DXEPLUS}
{$DEFINE D2010PLUS}
{$DEFINE D2009PLUS}
{$DEFINE D2007PLUS}
{$DEFINE D2006PLUS}
{$DEFINE D2005PLUS}
{$DEFINE D8PLUS}
{$DEFINE D7PLUS}
{$DEFINE D6PLUS}
{$DEFINE D5PLUS}
{$DEFINE D4PLUS}
{$DEFINE D3PLUS}
{$DEFINE D2PLUS}
{$DEFINE D1PLUS}
{$UNDEF DUNKNOWN}
{$ENDIF}
{$IFDEF VER230}
{$DEFINE DXE2}
{$DEFINE DXE2PLUS}