Skip to content

SystemInformation: Is64Bits now reports if runtime OS is 64bit.

Robert Maynard requested to merge (removed):16653_runtime_is64bit into master

Previous implementation used compile time detection, making it have incorrect results when running 32bit binaries on 64bit platforms.

Merge request reports