diff options
author | Ladislav Zezula <zezula@volny.cz> | 2021-03-31 17:22:23 +0200 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2021-03-31 17:22:23 +0200 |
commit | 804b26bb85ddfe1363a315ab938065c9549587ae (patch) | |
tree | 022a177ad836932d00bb831b59783000db9b327d /src/StormPort.h | |
parent | ce159e90bca94be3c9050fe467d497cfcbe759a8 (diff) |
Test
Diffstat (limited to 'src/StormPort.h')
-rw-r--r-- | src/StormPort.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/StormPort.h b/src/StormPort.h index 30d9e12..bd7947f 100644 --- a/src/StormPort.h +++ b/src/StormPort.h @@ -65,7 +65,7 @@ #define STORMLIB_CDECL __cdecl #define STORMLIB_WINDOWS - #define STORMLIB_PLATFORM_DEFINED // The platform is known now + #define STORMLIB_PLATFORM_DEFINED // The platform is known now #endif @@ -102,7 +102,8 @@ #endif #define STORMLIB_MAC - #define STORMLIB_PLATFORM_DEFINED // The platform is known now + #define STORMLIB_HAS_MMAP // Indicate that we have mmap support + #define STORMLIB_PLATFORM_DEFINED // The platform is known now #endif @@ -272,6 +273,7 @@ #endif #define STORMLIB_LINUX + #define STORMLIB_HAS_MMAP // Indicate that we have mmap support #define STORMLIB_PLATFORM_DEFINED #endif |