From 4ce5ddd153cd5c885ddb61460b7cfecf6f325f6c Mon Sep 17 00:00:00 2001 From: thepwrtank18 Date: Sun, 18 Jun 2023 00:56:53 -0500 Subject: [PATCH] idk what changed tbh --- xpmgr.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xpmgr.cpp b/xpmgr.cpp index f6f2237..ddd8f40 100644 --- a/xpmgr.cpp +++ b/xpmgr.cpp @@ -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} };