Francois Gouget : ntoskrnl.exe: Fix the name of a POOL_TYPE value.
15 May
2012
15 May
'12
5:55 p.m.
Module: wine Branch: master Commit: d979d9cd64c8bcc95f9c860a6e3a912b4fb37e08 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d979d9cd64c8bcc95f9c860a6e... Author: Francois Gouget <fgouget(a)free.fr> Date: Tue May 15 09:45:07 2012 +0200 ntoskrnl.exe: Fix the name of a POOL_TYPE value. --- include/ddk/wdm.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/ddk/wdm.h b/include/ddk/wdm.h index 3865f7f..85d3da5 100644 --- a/include/ddk/wdm.h +++ b/include/ddk/wdm.h @@ -171,7 +171,7 @@ typedef enum _POOL_TYPE { NonPagedPool, PagedPool, NonPagedPoolMustSucceed, - UnkownType, + DontUseThisType, NonPagedPoolCacheAligned, PagedPoolCacheAligned, NonPagedPoolCacheAlignedMustS,
5056
Age (days ago)
5056
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard