mirror of
				https://github.com/stascorp/rdpwrap.git
				synced 2025-11-04 06:32:02 +00:00 
			
		
		
		
	Support for Delphi XE2 and above
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user