mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[SETUPLIB] Fix 'MAX_USHORT' typo in a comment (#2144)
This commit is contained in:
parent
f6ad093801
commit
99f8ccdc7f
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ typedef struct _BOOT_STORE_OPTIONS
|
|||
* IS_INTRESOURCE macros for Win32 resources.
|
||||
*
|
||||
* A key consists of either a boot ID number, comprised between 0 and
|
||||
* MAX_USHORT == 0xFFFF == 65535, or can be a pointer to a human-readable
|
||||
* MAXUSHORT == 0xFFFF == 65535, or can be a pointer to a human-readable
|
||||
* string (section name), as in the case of FreeLDR, or to a GUID, as in the
|
||||
* case of BOOTMGR.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue