mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:52:54 +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
|
typedef struct _BOOTRECORD
|
||||||
{
|
{
|
||||||
DWORD BootType;
|
DWORD BootType;
|
||||||
TCHAR szSectionName[128];
|
WCHAR szSectionName[128];
|
||||||
TCHAR szBootPath[MAX_PATH];
|
WCHAR szBootPath[MAX_PATH];
|
||||||
TCHAR szOptions[512];
|
WCHAR szOptions[512];
|
||||||
|
|
||||||
}BOOTRECORD, *PBOOTRECORD;
|
}BOOTRECORD, *PBOOTRECORD;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue