From ad0ec704331474dee41524f52ab7d0d88ca556a4 Mon Sep 17 00:00:00 2001 From: LukePulverenti Date: Fri, 8 Mar 2013 11:45:35 -0500 Subject: removed IsRecentlyPlayed option and fixed FileTime warnings --- MediaBrowser.Installer/Code/ShellLinkNative.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'MediaBrowser.Installer/Code/ShellLinkNative.cs') 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; -- cgit v1.2.3