﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
791	EnvGet returns wrong value for PROCESSOR_ARCHITECTURE AMD4	Dreamer		"EnvGet returns x86 as the PROCESSOR_ARCHITECTURE on my Win XP Pro 64bit system.  I used the latest AutoIt3 - v 3.3.0.0 from Dec 24th.

I have not found any way to identify a 64 bit OS from an AutoIt3 scripts.

{{{
MsgBox(4096,""EnvGet does not get correct architecture"",EnvGet(""PROCESSOR_ARCHITECTURE""))
# This is a Win XP 64 bit machine - Command line shows:
# C:\temp>echo %PROCESSOR_ARCHITECTURE%
# AMD64
# BUT, EnvGet returns x86
# AutoIt 3.3 released Dec 24th
}}}

"	Bug	closed		AutoIt	3.3.0.0	None	No Bug	PROCESSOR ARCHITECTURE 64bit XP	
