This commit is contained in:
odzhan 2019-10-18 20:41:06 +01:00
parent 198a7bfc68
commit be81299687
1 changed files with 2 additions and 0 deletions

2
hash.c
View File

@ -122,6 +122,8 @@ uint64_t maru(const void *input, uint64_t iv) {
#define WINDOWS
#include <windows.h>
#pragma comment(lib, "advapi32.lib")
#else
#include <unistd.h>
#endif
// ******************************