mirror of
https://github.com/UMSKT/xpmgr.git
synced 2026-07-24 05:24:19 +02:00
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 <windows.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
@ -1101,7 +1101,6 @@ int main(int argc, char* argv[])
|
|||||||
free(&info);
|
free(&info);
|
||||||
|
|
||||||
// For some reason, anything Microsoft Registration related just doesn't work
|
// For some reason, anything Microsoft Registration related just doesn't work
|
||||||
|
|
||||||
//if (cmdOptionExists(argv, argv + argc, "--GetFirstName")) {
|
//if (cmdOptionExists(argv, argv + argc, "--GetFirstName")) {
|
||||||
// std::cout << _com_util::ConvertBSTRToString(GetFirstName());
|
// std::cout << _com_util::ConvertBSTRToString(GetFirstName());
|
||||||
// return 0;
|
// return 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user