You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Improved Is32BitProcess function.
This commit is contained in:
@@ -402,7 +402,6 @@ const
|
||||
CEF4DELPHI_URL = 'https://github.com/salvadordf/CEF4Delphi';
|
||||
CRLF = #13 + #10;
|
||||
|
||||
// Bitness constants used in
|
||||
IMAGE_FILE_MACHINE_UNKNOWN = 0;
|
||||
IMAGE_FILE_MACHINE_I386 = $014c; // Intel x86
|
||||
IMAGE_FILE_MACHINE_IA64 = $0200; // Intel Itanium Processor Family (IPF)
|
||||
|
||||
Reference in New Issue
Block a user