From bc752511c5cf66bfd1475aa02718a220be69be3b Mon Sep 17 00:00:00 2001 From: Dmitry Gorbachev Date: Sun, 4 Jan 2009 14:26:59 +0000 Subject: [PATCH] PWSTR -> PCWSTR svn path=/trunk/; revision=38562 --- reactos/include/ddk/winddk.h | 2 +- reactos/include/ndk/rtltypes.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/include/ddk/winddk.h b/reactos/include/ddk/winddk.h index a6e1a94e58b..006fa04f19f 100644 --- a/reactos/include/ddk/winddk.h +++ b/reactos/include/ddk/winddk.h @@ -4541,7 +4541,7 @@ typedef NTSTATUS typedef struct _RTL_QUERY_REGISTRY_TABLE { PRTL_QUERY_REGISTRY_ROUTINE QueryRoutine; ULONG Flags; - PWSTR Name; + PCWSTR Name; PVOID EntryContext; ULONG DefaultType; PVOID DefaultData; diff --git a/reactos/include/ndk/rtltypes.h b/reactos/include/ndk/rtltypes.h index 9613a2f1a6c..c7d68851002 100644 --- a/reactos/include/ndk/rtltypes.h +++ b/reactos/include/ndk/rtltypes.h @@ -689,7 +689,7 @@ typedef struct _RTL_QUERY_REGISTRY_TABLE { PRTL_QUERY_REGISTRY_ROUTINE QueryRoutine; ULONG Flags; - PWSTR Name; + PCWSTR Name; PVOID EntryContext; ULONG DefaultType; PVOID DefaultData;