• Eli Zaretskii's avatar
    Fix bug #10674 with infinite re-spawning of cmdproxy.exe. · 58b65bf5
    Eli Zaretskii authored
     nt/cmdproxy.c (main): Bypass conversion of the file name in argv[0]
     and our own module name to short 8+3 aliases, if the original file
     names compare equal.  If GetShortPathName fails, compare the base
     names of the two file names, and only re-spawn the command line if
     the base-name comparison also fails.
    58b65bf5
cmdproxy.c 22.7 KB