Botan 3.4.0
Crypto and TLS for C&
Namespaces | Macros
certstor_windows.cpp File Reference
#include <botan/certstor_windows.h>
#include <botan/ber_dec.h>
#include <botan/hash.h>
#include <botan/pkix_types.h>
#include <array>
#include <functional>
#include <vector>
#include <windows.h>
#include <wincrypt.h>

Go to the source code of this file.

Namespaces

namespace  Botan
 

Macros

#define _WINSOCKAPI_
 
#define NOMINMAX   1
 
#define WINCRYPT_UNUSED_PARAM    0
 

Macro Definition Documentation

◆ _WINSOCKAPI_

#define _WINSOCKAPI_

Definition at line 20 of file certstor_windows.cpp.

◆ NOMINMAX

#define NOMINMAX   1

Definition at line 19 of file certstor_windows.cpp.

◆ WINCRYPT_UNUSED_PARAM

#define WINCRYPT_UNUSED_PARAM    0

Definition at line 25 of file certstor_windows.cpp.

25#define WINCRYPT_UNUSED_PARAM \
26 0 // for avoiding warnings when passing NULL to unused params in win32 api that accept integer types