Added gRPC library

This commit is contained in:
SChernykh
2024-02-10 23:38:22 +01:00
parent 2ff6fb7b65
commit 0801d607a1
54 changed files with 73684 additions and 16721 deletions

9
external/src/common/stdalign.h vendored Normal file
View File

@@ -0,0 +1,9 @@
#ifndef P2POOL_EXTERNAL_SRC_COMMON_STDALIGN_H
#define P2POOL_EXTERNAL_SRC_COMMON_STDALIGN_H
#if !defined(__cplusplus) && defined(_MSC_VER) && (_MSC_VER < 1930)
#define alignas(x) __declspec(align(x))
#define alignof __alignof
#endif
#endif // P2POOL_EXTERNAL_SRC_COMMON_STDALIGN_H