mirror of https://github.com/UMSKT/xpmgr.git
potential fix for Actions
This commit is contained in:
parent
d86ba22957
commit
c63a5e2326
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue