X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=deps%2Flibchdr%2Fdeps%2Fzstd-1.5.6%2Flib%2Fcommon%2Fmem.h;fp=deps%2Flibchdr%2Fdeps%2Fzstd-1.5.5%2Flib%2Fcommon%2Fmem.h;h=096f4be519d852d9485d452bea44098ff5a02912;hb=f535537faaef474f7d31e50949eea1f15a58ee09;hp=98dd47a04764b4cc0c4d0f31bac326b4b020e7aa;hpb=db02598e737b8d50cd347fe2ef13cb85ade051dd;p=pcsx_rearmed.git diff --git a/deps/libchdr/deps/zstd-1.5.5/lib/common/mem.h b/deps/libchdr/deps/zstd-1.5.6/lib/common/mem.h similarity index 96% rename from deps/libchdr/deps/zstd-1.5.5/lib/common/mem.h rename to deps/libchdr/deps/zstd-1.5.6/lib/common/mem.h index 98dd47a0..096f4be5 100644 --- a/deps/libchdr/deps/zstd-1.5.5/lib/common/mem.h +++ b/deps/libchdr/deps/zstd-1.5.6/lib/common/mem.h @@ -31,15 +31,6 @@ extern "C" { # include /* _byteswap_ulong */ # include /* _byteswap_* */ #endif -#if defined(__GNUC__) -# define MEM_STATIC static __inline __attribute__((unused)) -#elif defined (__cplusplus) || (defined (__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L) /* C99 */) -# define MEM_STATIC static inline -#elif defined(_MSC_VER) -# define MEM_STATIC static __inline -#else -# define MEM_STATIC static /* this version may generate warnings for unused static functions; disable the relevant warning */ -#endif /*-************************************************************** * Basic Types