Added caching for sigs

This commit is contained in:
ineed bots
2023-08-29 18:57:26 -06:00
parent fe55a14edc
commit 7c9477d2d1
2 changed files with 78 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#pragma warning(disable: 28182)
#pragma warning(disable: 4324)
#pragma warning(disable: 4459)
#define DLL_EXPORT extern "C" __declspec(dllexport)
#define WIN32_LEAN_AND_MEAN