mirror of
https://github.com/reactos/reactos.git
synced 2025-01-12 01:00:06 +00:00
- Forgot this one
svn path=/trunk/; revision=37095
This commit is contained in:
parent
40114270cf
commit
aac399c13a
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue