mirror of
https://github.com/stascorp/rdpwrap.git
synced 2024-11-09 09:48:21 +00:00
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
Block a user