Fix linker definition clashes between libargon2 and libsodium on Windows

This commit is contained in:
Janek Bevendorff
2018-01-14 16:54:23 +01:00
committed by Jonathan White
parent 002d374f0c
commit 21a6c0fd89
3 changed files with 50 additions and 3 deletions

View File

@@ -18,8 +18,8 @@
#include "Argon2Kdf.h"
#include <QtConcurrent>
#include <argon2.h>
#include "crypto/argon2/argon2.h"
#include "format/KeePass2.h"
/**