as the latter is not available on Windows 2000.
@rem Used by the buildbot "compile" step.
cmd /c Tools\buildbot\external.bat
call "%VS71COMNTOOLS%vsvars32.bat"
-@rem cmd /q/c Tools\buildbot\kill_python.bat
+cmd /q/c Tools\buildbot\kill_python.bat
devenv.com /useenv /build Debug PCbuild\pcbuild.sln
printf("EnumProcessModules failed: %d\n", GetLastError());
return 1;
}
- if (!GetProcessImageFileName(hProcess, path, sizeof(path))) {
+ if (!GetModuleFileNameEx(hProcess, NULL, path, sizeof(path))) {
printf("GetProcessImageFileName failed\n");
return 1;
}
CloseHandle(hProcess);
}
-}
\ No newline at end of file
+}