mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-17 17:42:22 -07:00
inline xxhash functions
This commit is contained in:
committed by
Ryan Fleury
parent
763bb57459
commit
b1609017c5
@@ -2830,7 +2830,7 @@ str8_is_before_case_sensitive(const void *a, const void *b)
|
||||
////////////////////////////////
|
||||
//~ rjf: Basic String Hashes
|
||||
|
||||
#if !defined(XXH_IMPLEMENTATION)
|
||||
#if !defined(XXH_IMPLEMENTATION)
|
||||
# define XXH_INLINE_ALL
|
||||
# define XXH_IMPLEMENTATION
|
||||
# define XXH_STATIC_LINKING_ONLY
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@
|
||||
#define MD5_API static
|
||||
#include "third_party/md5/md5.c"
|
||||
#include "third_party/md5/md5.h"
|
||||
#define XXH_PRIVATE_API
|
||||
#define XXH_INLINE_ALL
|
||||
#define XXH_IMPLEMENTATION
|
||||
#define XXH_STATIC_LINKING_ONLY
|
||||
#include "third_party/xxHash/xxhash.c"
|
||||
|
||||
Reference in New Issue
Block a user