include: Document some Microsoft spelling mistakes so we know they are not to be fixed.
This commit is contained in:
parent
f6fab295f3
commit
15652ba960
|
@ -1384,6 +1384,7 @@ PVOID WINAPI MyMalloc(DWORD dwSize);
|
|||
PVOID WINAPI MyRealloc(PVOID lpSrc, DWORD dwSize);
|
||||
DWORD WINAPI OpenAndMapForRead(PCWSTR, PDWORD, PHANDLE, PHANDLE, PVOID *);
|
||||
LONG WINAPI QueryRegistryValue(HKEY, PCWSTR, PBYTE *, PDWORD, PDWORD);
|
||||
/* RetreiveFileSecurity is not a typo, as per Microsoft's dlls */
|
||||
DWORD WINAPI RetreiveFileSecurity(PCWSTR, PSECURITY_DESCRIPTOR *);
|
||||
BOOL WINAPI SetupAddSectionToDiskSpaceListA(HDSKSPC, HINF, HINF, PCSTR, UINT, PVOID, UINT);
|
||||
BOOL WINAPI SetupAddSectionToDiskSpaceListW(HDSKSPC, HINF, HINF, PCWSTR, UINT, PVOID, UINT);
|
||||
|
|
|
@ -152,7 +152,7 @@ typedef enum _DnsSection
|
|||
DnsSectionQuestion,
|
||||
DnsSectionAnswer,
|
||||
DnsSectionAuthority,
|
||||
DnsSectionAddtional
|
||||
DnsSectionAddtional /* Not a typo, as per Microsoft's headers */
|
||||
} DNS_SECTION;
|
||||
|
||||
typedef LONG DNS_STATUS, *PDNS_STATUS;
|
||||
|
|
Loading…
Reference in New Issue