Compare commits

..

No commits in common. "0d5dc9b3e539c796e8e6deb8998ee9e8ba3d6541" and "cafff460d938bab8851c9db1c4bb22cd82b852a1" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
namespace RobloxLegacy.Utilities; namespace RobloxLegacy.Utilities;
public static class Registry public class Registry
{ {
private static RegistryKey? OpenKey(bool writable = true) private static RegistryKey? OpenKey(bool writable = true)
{ {

View File

@ -7,6 +7,7 @@ namespace RobloxLegacy.Utilities;
// https://stackoverflow.com/a/14632782 // https://stackoverflow.com/a/14632782
public static class Shortcut public static class Shortcut
{ {
[ComImport] [ComImport]
[Guid("00021401-0000-0000-C000-000000000046")] [Guid("00021401-0000-0000-C000-000000000046")]
private class ShellLink private class ShellLink