aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/System/IEnvironmentInfo.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-01-01 16:27:11 +0100
committerVasily <JustAMan@users.noreply.github.com>2019-01-02 02:30:59 +0300
commit75efe9cf0a15b6871726a4c2e8802e2af88cf1d1 (patch)
treebba4635541b86bf87fd8e2bd7825fbc44a02f0d6 /MediaBrowser.Model/System/IEnvironmentInfo.cs
parente094c45abb44ece2bf685087ca6326cb00c468a8 (diff)
Rename and rework entry point
Diffstat (limited to 'MediaBrowser.Model/System/IEnvironmentInfo.cs')
-rw-r--r--MediaBrowser.Model/System/IEnvironmentInfo.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Model/System/IEnvironmentInfo.cs b/MediaBrowser.Model/System/IEnvironmentInfo.cs
index 8cf25a365f..6af514dc8e 100644
--- a/MediaBrowser.Model/System/IEnvironmentInfo.cs
+++ b/MediaBrowser.Model/System/IEnvironmentInfo.cs
@@ -1,4 +1,5 @@
-
+using System.Runtime.InteropServices;
+
namespace MediaBrowser.Model.System
{
public interface IEnvironmentInfo