Module: wine Branch: master Commit: d979d9cd64c8bcc95f9c860a6e3a912b4fb37e08 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d979d9cd64c8bcc95f9c860a6e...
Author: Francois Gouget fgouget@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,