mirror of
https://github.com/aaru-dps/Aaru.Checksums.Native.git
synced 2025-12-16 11:14:29 +00:00
Fix compilation in MSVC (x64).
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
#define AARU_CALL __stdcall
|
||||
#define AARU_EXPORT EXTERNC __declspec(dllexport)
|
||||
#define AARU_LOCAL
|
||||
#ifndef PATH_MAX
|
||||
#define PATH_MAX _MAX_PATH
|
||||
#endif
|
||||
#else
|
||||
#define AARU_CALL
|
||||
#if defined(__APPLE__)
|
||||
|
||||
Reference in New Issue
Block a user