From 76ea4f9ef1b00b0bce3cbdf7bbbe37f480614091 Mon Sep 17 00:00:00 2001 From: Alexander Frick Date: Wed, 26 Nov 2025 00:44:45 -0800 Subject: [PATCH] log more windows getter functions --- src/xp_activate32.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xp_activate32.cc b/src/xp_activate32.cc index 68dd123..dd517f0 100644 --- a/src/xp_activate32.cc +++ b/src/xp_activate32.cc @@ -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