Test application to demonstrate one problem with NVDA.

atest.exe - 64bit application. It allocates all memory in within 32bit address space.
            NVDA currently malfuntion in the ListView control

atest32.exe - 32bit version of almost the same application. It demonstrate why NVDA fails,
            attempting to allocate memory in atest.exe with VirtuallAllocEx

Both applications also try to allocate memory in REAPER.EXE, where the problem was spotted
under some conditions. 64bit always can, but it shows 64bit addresses when 32bit version fails.

The source file included was compiled using cross compilation on Linux with GCC.
It is not checked for compatibility with other build environments.
