mirror of
https://github.com/maxDcb/C2Core
synced 2026-06-08 15:48:01 +00:00
cleaning and hash fix
This commit is contained in:
@@ -10,7 +10,7 @@ using namespace std;
|
||||
|
||||
|
||||
constexpr std::string_view moduleName = "script";
|
||||
constexpr unsigned long moduleHash = djb2(moduleName);
|
||||
constexpr unsigned long long moduleHash = djb2(moduleName);
|
||||
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
Reference in New Issue
Block a user