removed IsRecentlyPlayed option and fixed FileTime warnings

This commit is contained in:
LukePulverenti
2013-03-08 11:45:35 -05:00
parent dbf6081a9b
commit ad0ec70433
5 changed files with 4 additions and 41 deletions

View File

@@ -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;