[ros-dev] [ros-diffs] [tkreuzer] 66636: [DDK/XDK] - Fix some prototypes in wdm.h (PMDLX -> PMDL) - Fix annotations for ExFreePool(WithTag)

Thomas Faber thomas.faber at reactos.org
Tue Mar 10 07:39:30 UTC 2015


On 2015-03-10 01:09, tkreuzer at svn.reactos.org wrote:
> --- trunk/reactos/include/xdk/exfuncs.h	[iso-8859-1] (original)
> +++ trunk/reactos/include/xdk/exfuncs.h	[iso-8859-1] Tue Mar 10 00:09:20 2015
> @@ -606,14 +606,14 @@
>  VOID
>  NTAPI
>  ExFreePool(
> -  _In_ __drv_freesMem(Mem) PVOID P);
> +  _Pre_not __drv_freesMem(Mem) PVOID P);
>  
>  _IRQL_requires_max_(DISPATCH_LEVEL)
>  NTKERNELAPI
>  VOID
>  NTAPI
>  ExFreePoolWithTag(
> -  _In_ __drv_freesMem(Mem) PVOID P,
> +  _Pre_not __drv_freesMem(Mem) PVOID P,
>    _In_ ULONG Tag);
>  
>  _IRQL_requires_max_(DISPATCH_LEVEL)


Are these typos (missing "null_")?



More information about the Ros-dev mailing list