mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[NDK][NTDLL] RtlGetNtProductType(): Update it with SAL2 annotations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user