mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
[CMD] Fix 'MAX_ULONG' typo in a comment (#2143)
This commit is contained in:
parent
d347163fab
commit
f6ad093801
1 changed files with 1 additions and 1 deletions
|
@ -1605,7 +1605,7 @@ LoadRegistrySettings(HKEY hKeyRoot)
|
|||
DWORD dwType, len;
|
||||
/*
|
||||
* Buffer big enough to hold the string L"4294967295",
|
||||
* corresponding to the literal 0xFFFFFFFF (MAX_ULONG) in decimal.
|
||||
* corresponding to the literal 0xFFFFFFFF (MAXULONG) in decimal.
|
||||
*/
|
||||
DWORD Buffer[6];
|
||||
|
||||
|
|
Loading…
Reference in a new issue