Home GnuPG

Fix redeclared without dllimport attribute: previous dllimport ignored

Description

Fix redeclared without dllimport attribute: previous dllimport ignored

This error happens because cryptohelper and messagepart are part of a
static library but have export macros. This patch fix the issue by
removing the private static library, the code was exported so it didn't
made sense to have it in a private static library.

Details

Provenance
CarlSchwanAuthored on Sep 15 2023, 3:04 PM
Parents
rMTP1ff80a6908fa: Only build widget test if BUILD_TESTING is set
Branches
Unknown
Tags
Unknown