eric pouech eric.pouech@wanadoo.fr writes:
apart, from always using argv[0] (and transposing it to a windows filename when needed), is there another fix ?
You can set WINEPRELOAD to make sure we load the right file; so the exec would be something like:
WINEPRELOAD=winedbg.so exec wine $*