- Forgot this one

svn path=/trunk/; revision=37095
This commit is contained in:
Johannes Anderwald 2008-10-30 12:44:25 +00:00
parent 40114270cf
commit aac399c13a

View file

@ -69,9 +69,9 @@ typedef struct _VIRTMEM
typedef struct _BOOTRECORD
{
DWORD BootType;
TCHAR szSectionName[128];
TCHAR szBootPath[MAX_PATH];
TCHAR szOptions[512];
WCHAR szSectionName[128];
WCHAR szBootPath[MAX_PATH];
WCHAR szOptions[512];
}BOOTRECORD, *PBOOTRECORD;