mirror of
https://github.com/stascorp/rdpwrap.git
synced 2024-11-23 14:07:18 +00:00
Support for Delphi XE2 and above
This commit is contained in:
parent
b0c471660b
commit
9c6a8f4914
@ -73,7 +73,7 @@ const
|
|||||||
var
|
var
|
||||||
INI: INIFile;
|
INI: INIFile;
|
||||||
LogFile: String = '\rdpwrap.txt';
|
LogFile: String = '\rdpwrap.txt';
|
||||||
bw: DWORD;
|
bw: {$if CompilerVersion>=16} NativeUInt {$else} DWORD {$endif};
|
||||||
IsHooked: Boolean = False;
|
IsHooked: Boolean = False;
|
||||||
|
|
||||||
// Unhooked import
|
// Unhooked import
|
||||||
|
Loading…
Reference in New Issue
Block a user