New gsc func + premake5 update

This commit is contained in:
2022-02-26 10:51:20 +00:00
parent 12562eb8fd
commit 12fd44d0da
7 changed files with 35 additions and 25 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#include <stdinc.hpp>
#include "loader/component_loader.hpp"
BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserved)
BOOL APIENTRY DllMain(HMODULE /*hModule*/, DWORD ul_reason_for_call, LPVOID /*lpReserved*/)
{
if (ul_reason_for_call == DLL_PROCESS_ATTACH)
{