mirror of
https://github.com/cathugger/mkp224o.git
synced 2026-01-26 11:12:09 -06:00
fix amd64 asm stuff calling on windows
This commit is contained in:
10
ed25519/amd64-64-24k/compat.h
Normal file
10
ed25519/amd64-64-24k/compat.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef COMPAT_H
|
||||
#define COMPAT_H
|
||||
|
||||
#if defined(_WIN32) && defined(__GNUC__)
|
||||
#define SYSVABI __attribute__((sysv_abi))
|
||||
#else
|
||||
#define SYSVABI
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user