Alexandre Julliard pushed to branch master at wine / wine
Commits: 2abbbe4f by Hans Leidekker at 2024-09-30T22:14:46+02:00 findstr: Preserve line endings.
To preserve line endings we need to switch to binary mode which means we no longer get Unicode input. This is not a problem because native doesn't support it.
- - - - -
3 changed files:
- programs/findstr/findstr.h - programs/findstr/main.c - programs/findstr/tests/findstr.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/2abbbe4f5c750acafce35dece69066e...