log more windows getter functions

This commit is contained in:
Alexander Frick
2025-11-26 00:44:45 -08:00
parent 3786c38c9c
commit 76ea4f9ef1
+2
View File
@@ -1077,6 +1077,8 @@ int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PWSTR pCmdLine
std::wstring welcome_str = L"Welcome to XP_Activate32 ver. " + getVersionW();
std::wcout << welcome_str << std::endl;
std::cout << "Windows Version: " << GetOSName() << std::endl;
std::wcout << L"GetWinVersion() = " << GetWinVersion() << std::endl;
std::cout << L"GetNTString() = " << GetNTString() << std::endl;
std::cout << "WinVer: " << WinVer << std::endl;
// Create main window