idk what changed tbh

This commit is contained in:
thepwrtank18 2023-06-18 00:56:53 -05:00
parent 3384cf119e
commit 4ce5ddd153
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@
#pragma comment(lib, "comsuppw.lib")
#pragma comment(lib, "kernel32.lib")
// The magic numbers, interface, and LoadLicenseManager() function was made by diamondggg on MyDigitalLife.
// LoadLicenseManager() was modified to suit a CLI rather than a GUI.
// Everything else was made by TheTank20.
static wchar_t strings[14][256];
static CLSID licdllCLSID = { 0xACADF079, 0xCBCD, 0x4032, {0x83, 0xF2, 0xFA, 0x47, 0xC4, 0xDB, 0x09, 0x6F} };