You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting with version 1.3.2, zstd.h uses MIN(), but only if ZSTD_STATIC_LINKING_ONLY is defined. MIN() may not be defined since it isn't a standard macro in C (there is a definition in zstd_internal.h). This can lead to compiler errors.