mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-05 00:05:12 -04:00
Fix macro for Windows
This commit is contained in:
parent
6730a17173
commit
8cc63aeda9
2
src/kem/frodokem/external/frodo_internal.h
vendored
2
src/kem/frodokem/external/frodo_internal.h
vendored
@ -42,7 +42,7 @@ void frodo_key_decode(uint16_t *out, const uint16_t *in);
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(WINDOWS)
|
||||
#if defined(_MSC_VER) // if using Visual Studio compiler
|
||||
#define ALIGN_HEADER(N) __declspec(align(N))
|
||||
#define ALIGN_FOOTER(N)
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user