Skip to content

Commit

Permalink
chore: macOS only
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Jun 5, 2020
1 parent f20b6d8 commit 405ca2a
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;
#if __MACOS__
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Text;
Expand Down Expand Up @@ -91,3 +92,4 @@ protected override void Dispose(bool disposing)
}
}
}
#endif

0 comments on commit 405ca2a

Please sign in to comment.