aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Installer/Code/ShellLinkNative.cs
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-03-08 11:45:35 -0500
committerLukePulverenti <luke.pulverenti@gmail.com>2013-03-08 11:45:35 -0500
commitad0ec704331474dee41524f52ab7d0d88ca556a4 (patch)
tree468f8e42e6cde6c03c7fcde741adf81432acbd66 /MediaBrowser.Installer/Code/ShellLinkNative.cs
parentdbf6081a9b5eb80cc96e0551e5631e2b1890a14c (diff)
removed IsRecentlyPlayed option and fixed FileTime warnings
Diffstat (limited to 'MediaBrowser.Installer/Code/ShellLinkNative.cs')
-rw-r--r--MediaBrowser.Installer/Code/ShellLinkNative.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/MediaBrowser.Installer/Code/ShellLinkNative.cs b/MediaBrowser.Installer/Code/ShellLinkNative.cs
index 20e0bc6c3..d603fe3a5 100644
--- a/MediaBrowser.Installer/Code/ShellLinkNative.cs
+++ b/MediaBrowser.Installer/Code/ShellLinkNative.cs
@@ -19,8 +19,9 @@
**************************************************************************/
using System;
-using System.Text;
using System.Runtime.InteropServices;
+using System.Text;
+using FILETIME = System.Runtime.InteropServices.ComTypes.FILETIME;
namespace MediaBrowser.Installer.Code
{
@@ -47,7 +48,7 @@ namespace MediaBrowser.Installer.Code
SLGP_RAWPATH = 0x4
}
- [StructLayoutAttribute(LayoutKind.Sequential, CharSet=CharSet.Ansi)]
+ [StructLayout(LayoutKind.Sequential, CharSet=CharSet.Ansi)]
public struct WIN32_FIND_DATAA
{
public int dwFileAttributes;