Page MenuHome GnuPG

cpp: Fix string includes compilation errors on MSVC
Needs ReviewPublic

Authored by CarlSchwan on Jan 22 2024, 11:52 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary
  • lang/cpp/src/gpgaddexistingsubkeyeditinteractor.h, lang/cpp/src/gpgrevokekeyeditinteractor.h: add explicit string includes has it is not included automatically by other includes on MSVC
  • lang/cpp/src/importresult.cpp, lang/cpp/src/key.cpp, lang/qt/src/dn.cpp: define strcasecmp and strncasecmp on Windows

--

Test Plan

Compile on Linux without issues and reduce the number of compile
errors on MSVC

Diff Detail

Repository
rM GPGME
Branch
work/carl/msvc-string-include
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

CarlSchwan created this revision.