mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-21 18:40:25 +10:00
Update reader.
This commit is contained in:
@@ -502,6 +502,7 @@ namespace Win32
|
||||
using namespace System;
|
||||
using namespace System::Runtime::InteropServices;
|
||||
[ComVisible (true)]
|
||||
[ClassInterface (ClassInterfaceType::AutoDual)]
|
||||
public ref class Key
|
||||
{
|
||||
private:
|
||||
@@ -523,6 +524,7 @@ namespace Win32
|
||||
);
|
||||
return CStringToMPString (res);
|
||||
}
|
||||
Object ^GetWithDefault (Object ^dflt) { return Get (dflt); }
|
||||
Object ^Get ()
|
||||
{
|
||||
auto res = GetPrivateProfileStringW (
|
||||
|
||||
Reference in New Issue
Block a user