mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 05:48:40 +00: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
|
//~ rjf: Basic String Hashes
|
||||||
|
|
||||||
#if !defined(XXH_IMPLEMENTATION)
|
#if !defined(XXH_IMPLEMENTATION)
|
||||||
# define XXH_INLINE_ALL
|
# define XXH_INLINE_ALL
|
||||||
# define XXH_IMPLEMENTATION
|
# define XXH_IMPLEMENTATION
|
||||||
# define XXH_STATIC_LINKING_ONLY
|
# define XXH_STATIC_LINKING_ONLY
|
||||||
|
|||||||
+1
-1
@@ -17,7 +17,7 @@
|
|||||||
#define MD5_API static
|
#define MD5_API static
|
||||||
#include "third_party/md5/md5.c"
|
#include "third_party/md5/md5.c"
|
||||||
#include "third_party/md5/md5.h"
|
#include "third_party/md5/md5.h"
|
||||||
#define XXH_PRIVATE_API
|
#define XXH_INLINE_ALL
|
||||||
#define XXH_IMPLEMENTATION
|
#define XXH_IMPLEMENTATION
|
||||||
#define XXH_STATIC_LINKING_ONLY
|
#define XXH_STATIC_LINKING_ONLY
|
||||||
#include "third_party/xxHash/xxhash.c"
|
#include "third_party/xxHash/xxhash.c"
|
||||||
|
|||||||
Reference in New Issue
Block a user