mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
7 lines
193 B
C++
7 lines
193 B
C++
#include <Core/Core.h>
|
|
|
|
CONSOLE_APP_MAIN
|
|
{
|
|
Cout() << GetWinRegString("InstallationFolder",
|
|
"Software\\Microsoft\\Microsoft SDKs\\Windows\\v6.0") << "\r\n";
|
|
}
|