Added gRPC library
This commit is contained in:
9
external/src/common/stdalign.h
vendored
Normal file
9
external/src/common/stdalign.h
vendored
Normal 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
|
||||
Reference in New Issue
Block a user