mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:05:44 +00:00
PWSTR -> PCWSTR
svn path=/trunk/; revision=38562
This commit is contained in:
parent
0491ac98be
commit
bc752511c5
2 changed files with 2 additions and 2 deletions
|
@ -4541,7 +4541,7 @@ typedef NTSTATUS
|
||||||
typedef struct _RTL_QUERY_REGISTRY_TABLE {
|
typedef struct _RTL_QUERY_REGISTRY_TABLE {
|
||||||
PRTL_QUERY_REGISTRY_ROUTINE QueryRoutine;
|
PRTL_QUERY_REGISTRY_ROUTINE QueryRoutine;
|
||||||
ULONG Flags;
|
ULONG Flags;
|
||||||
PWSTR Name;
|
PCWSTR Name;
|
||||||
PVOID EntryContext;
|
PVOID EntryContext;
|
||||||
ULONG DefaultType;
|
ULONG DefaultType;
|
||||||
PVOID DefaultData;
|
PVOID DefaultData;
|
||||||
|
|
|
@ -689,7 +689,7 @@ typedef struct _RTL_QUERY_REGISTRY_TABLE
|
||||||
{
|
{
|
||||||
PRTL_QUERY_REGISTRY_ROUTINE QueryRoutine;
|
PRTL_QUERY_REGISTRY_ROUTINE QueryRoutine;
|
||||||
ULONG Flags;
|
ULONG Flags;
|
||||||
PWSTR Name;
|
PCWSTR Name;
|
||||||
PVOID EntryContext;
|
PVOID EntryContext;
|
||||||
ULONG DefaultType;
|
ULONG DefaultType;
|
||||||
PVOID DefaultData;
|
PVOID DefaultData;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue