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