refactor: move compat.h into compat/

This commit is contained in:
fanquake 2022-06-28 13:27:57 +01:00
parent 895937edb2
commit cc7b2fdd70
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1
29 changed files with 31 additions and 31 deletions

View file

@ -10,7 +10,7 @@
#include <crypto/sha512.h>
#include <support/cleanse.h>
#ifdef WIN32
#include <compat.h> // for Windows API
#include <compat/compat.h>
#include <wincrypt.h>
#endif
#include <logging.h>