Skip to content

Commit

Permalink
General Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
HerpDerpinstine committed Nov 20, 2024
1 parent 84964fc commit 0af97c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MelonLoader.Installer/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ namespace MelonLoader.Installer;

internal static class Program
{
#if WINDOWS
private delegate string dWineGetVersion();
private static dWineGetVersion? wineGetVersion;
#endif

private static FileStream processLock = null!;
private static readonly string processLockPath = Path.Combine(Config.CacheDir, "process.lock");
Expand Down

0 comments on commit 0af97c3

Please sign in to comment.