1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

Fix name of macOS

This commit is contained in:
Ryan Schmidt
2018-06-09 14:31:17 -05:00
parent c92ef71d86
commit b567ce9d68
10 changed files with 12 additions and 12 deletions

View File

@ -40,7 +40,7 @@ extern "C" {
/* ************************************************************
* Avoid fseek()'s 2GiB barrier with MSVC, MacOS, *BSD, MinGW
* Avoid fseek()'s 2GiB barrier with MSVC, macOS, *BSD, MinGW
***************************************************************/
#if defined(_MSC_VER) && (_MSC_VER >= 1400)
# define UTIL_fseek _fseeki64