fix old include sites of xxhash

This commit is contained in:
Ryan Fleury
2024-11-18 16:19:04 -08:00
parent 31f536334e
commit 9eb482b17b
3 changed files with 3 additions and 3 deletions
@@ -42,7 +42,7 @@ EV_VIEW_RULE_EXPR_EXPAND_NUM_FROM_ID_FUNCTION_DEF(identity)
#if !defined(XXH_IMPLEMENTATION)
# define XXH_IMPLEMENTATION
# define XXH_STATIC_LINKING_ONLY
# include "linker/third_party_ext/xxHash/xxhash.h"
# include "third_party/xxHash/xxhash.h"
#endif
internal EV_Key
+1 -1
View File
@@ -7,7 +7,7 @@
#if !defined(XXH_IMPLEMENTATION)
# define XXH_IMPLEMENTATION
# define XXH_STATIC_LINKING_ONLY
# include "linker/third_party_ext/xxHash/xxhash.h"
# include "third_party/xxHash/xxhash.h"
#endif
internal U128
+1 -1
View File
@@ -15,7 +15,7 @@ thread_static UI_State *ui_state = 0;
#if !defined(XXH_IMPLEMENTATION)
# define XXH_IMPLEMENTATION
# define XXH_STATIC_LINKING_ONLY
# include "linker/third_party_ext/xxHash/xxhash.h"
# include "third_party/xxHash/xxhash.h"
#endif
internal U64