potential fix for Actions

This commit is contained in:
thepwrtank18 2023-07-08 00:58:51 -05:00
parent d86ba22957
commit c63a5e2326
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
typedef struct IUnknown IUnknown;
#include <windows.h>
#include <iostream>
@ -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;