diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-01-01 16:27:11 +0100 |
|---|---|---|
| committer | Vasily <JustAMan@users.noreply.github.com> | 2019-01-02 02:30:59 +0300 |
| commit | 75efe9cf0a15b6871726a4c2e8802e2af88cf1d1 (patch) | |
| tree | bba4635541b86bf87fd8e2bd7825fbc44a02f0d6 /MediaBrowser.Model/System/IEnvironmentInfo.cs | |
| parent | e094c45abb44ece2bf685087ca6326cb00c468a8 (diff) | |
Rename and rework entry point
Diffstat (limited to 'MediaBrowser.Model/System/IEnvironmentInfo.cs')
| -rw-r--r-- | MediaBrowser.Model/System/IEnvironmentInfo.cs | 3 |
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 |
