mkp224o/ed25519/amd64-51-30k/compat.h
2022-05-31 01:41:03 +03:00

10 lines
155 B
C

#ifndef COMPAT_H
#define COMPAT_H
#if defined(_WIN32) && defined(__GNUC__)
#define SYSVABI __attribute__((sysv_abi))
#else
#define SYSVABI
#endif
#endif