-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use ReplaceFileA directly #2731
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2731 +/- ##
==========================================
- Coverage 63.89% 0 -63.90%
==========================================
Files 103 0 -103
Lines 22313 0 -22313
Branches 10799 0 -10799
==========================================
- Hits 14258 0 -14258
+ Misses 5830 0 -5830
+ Partials 2225 0 -2225 |
24c3233
to
05c88ae
Compare
This was introduced in Windows 95. exiv2 does not work on older. Signed-off-by: Rosen Penev <rosenp@gmail.com>
SHGetFolderPathA is deprecated. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Shouldn't we be using UTF-8 API (if different to the legacy ASCII one) since we are forcing UCRT and UTF-8 locales on Windows now? |
UTF-8 is the same as ASCII. It just uses the last bit. The U version is UTF-16. |
Also, do we want this for MINGW and CYGWIN as well, or just MSVC builds? |
the current check is fine. virus scanners are a thing on Windows. |
No description provided.