mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 17:10:22 +00:00
[NDK][NTDLL] RtlGetNtProductType(): Update it with SAL2 annotations
This commit is contained in:
parent
47b0f9a907
commit
f44cb6de96
2 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ SetRosSpecificInfo(IN OUT PRTL_OSVERSIONINFOEXW VersionInformation)
|
|||
* @implemented
|
||||
*/
|
||||
BOOLEAN NTAPI
|
||||
RtlGetNtProductType(PNT_PRODUCT_TYPE ProductType)
|
||||
RtlGetNtProductType(_Out_ PNT_PRODUCT_TYPE ProductType)
|
||||
{
|
||||
*ProductType = SharedUserData->NtProductType;
|
||||
return TRUE;
|
||||
|
|
|
@ -4526,7 +4526,7 @@ RtlGetVersion(
|
|||
NTSYSAPI
|
||||
BOOLEAN
|
||||
NTAPI
|
||||
RtlGetNtProductType(OUT PNT_PRODUCT_TYPE ProductType);
|
||||
RtlGetNtProductType(_Out_ PNT_PRODUCT_TYPE ProductType);
|
||||
|
||||
//
|
||||
// Secure Memory Functions
|
||||
|
|
Loading…
Reference in a new issue