From c63a5e23264a264a7d75d82cd586e31d62bb0d35 Mon Sep 17 00:00:00 2001 From: thepwrtank18 Date: Sat, 8 Jul 2023 00:58:51 -0500 Subject: [PATCH] potential fix for Actions --- xpmgr.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xpmgr.cpp b/xpmgr.cpp index 8cd45d0..48675b8 100644 --- a/xpmgr.cpp +++ b/xpmgr.cpp @@ -1,4 +1,4 @@ - +typedef struct IUnknown IUnknown; #include #include @@ -1101,7 +1101,6 @@ int main(int argc, char* argv[]) free(&info); // For some reason, anything Microsoft Registration related just doesn't work - //if (cmdOptionExists(argv, argv + argc, "--GetFirstName")) { // std::cout << _com_util::ConvertBSTRToString(GetFirstName()); // return 0;