mirror of
https://github.com/reactos/reactos.git
synced 2025-06-03 16:30:26 +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
|
* @implemented
|
||||||
*/
|
*/
|
||||||
BOOLEAN NTAPI
|
BOOLEAN NTAPI
|
||||||
RtlGetNtProductType(PNT_PRODUCT_TYPE ProductType)
|
RtlGetNtProductType(_Out_ PNT_PRODUCT_TYPE ProductType)
|
||||||
{
|
{
|
||||||
*ProductType = SharedUserData->NtProductType;
|
*ProductType = SharedUserData->NtProductType;
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
|
@ -4526,7 +4526,7 @@ RtlGetVersion(
|
||||||
NTSYSAPI
|
NTSYSAPI
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
NTAPI
|
NTAPI
|
||||||
RtlGetNtProductType(OUT PNT_PRODUCT_TYPE ProductType);
|
RtlGetNtProductType(_Out_ PNT_PRODUCT_TYPE ProductType);
|
||||||
|
|
||||||
//
|
//
|
||||||
// Secure Memory Functions
|
// Secure Memory Functions
|
||||||
|
|
Loading…
Reference in a new issue