mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 19:43:33 +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 {
|
||||
PRTL_QUERY_REGISTRY_ROUTINE QueryRoutine;
|
||||
ULONG Flags;
|
||||
PWSTR Name;
|
||||
PCWSTR Name;
|
||||
PVOID EntryContext;
|
||||
ULONG DefaultType;
|
||||
PVOID DefaultData;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue