jannick0

Results 31 comments of jannick0

Additionally, would be great if hashes in texts could be hyperlinked to quickly jump to the commit. Thanks.

Sure - I am using a Windows 10 box and run into this issue.

Would `wine` complain about `wine ./test.exe`? If not, then the fix would be very simple by prepending `./` to the test app.

The solution I was trying to allude to simply is `$(WINE) ./test` which would be fine for wine under linux and sh under Windows. Not sure if cmd was make'...

Which command would you expect to be run on non-Windows when `WINE` is **not** set? Currently it would be `test` which cannot be run for shells where curdir is not...

I think issues are conflated here. The minimal patch - now amended by simplification - is about cleaning up an issue in the recipe rule of the `makefile`. > I...

> In particular, which changes are you suggesting @jannick0 ? ... allocate `lpFileName` dynamically (using the length of `file`, i.e. `len` as defined).

Many thanks for looking at that! > The entanglement with the "win" directory is only used to build the dde and registry extension. Although those 2 extensions are win32, they...

Thanks - this is interesting. It looks like that similar tests fail for CYGWIN and MSYS2, so they are not so far apart from each other in this context I...