Commit eaffbd8b authored by jan.koester's avatar jan.koester
Browse files

test

parent f5d4e89b
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
#include "../crypto/cert_verify_platform.h"

#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#ifndef NOMINMAX
#define NOMINMAX
#endif
#include <windows.h>
#include <wincrypt.h>

namespace netplus {