sbool isWindows32() { ret isWindows() && System.getenv("ProgramFiles(x86)") == null; }