Support for Delphi XE2 and above
This commit is contained in:
parent
b0c471660b
commit
9c6a8f4914
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue