mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-05 13:06:39 +00:00
b4d369c887
Current this is hardcoded as '1' for any platform except Unix. The little is_wow64() dance is required to get correct output on a 32bit compiled godot running on 64bit Windows according to MSDN. This code should be UWP safe but I have no way to test that so it's not implemented for UWP yet.