fixed MSVC support

This commit is contained in:
2023-06-01 22:22:44 -05:00
committed by cpunch
parent 2d0e63f706
commit d27d94975e
7 changed files with 732 additions and 12 deletions

View File

@@ -8,7 +8,6 @@
#include <stdarg.h>
#include <string.h>
#include <unistd.h>
// we don't actually hash the whole string :eyes:
uint32_t hashString(const char *str, size_t sz)