From 9c6a8f491411f7dc6870c2ff38b38889bcbc65fb Mon Sep 17 00:00:00 2001 From: fig2k4 Date: Fri, 15 Jan 2016 21:17:20 +0000 Subject: [PATCH] Support for Delphi XE2 and above --- src-x86-binarymaster/rdpwrap.dpr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-x86-binarymaster/rdpwrap.dpr b/src-x86-binarymaster/rdpwrap.dpr index f7024b2..38b85f6 100644 --- a/src-x86-binarymaster/rdpwrap.dpr +++ b/src-x86-binarymaster/rdpwrap.dpr @@ -73,7 +73,7 @@ const var INI: INIFile; LogFile: String = '\rdpwrap.txt'; - bw: DWORD; + bw: {$if CompilerVersion>=16} NativeUInt {$else} DWORD {$endif}; IsHooked: Boolean = False; // Unhooked import