From 15652ba960f0f050b6dfce51db312a79e32e1469 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Wed, 16 Jan 2008 12:19:08 +0100 Subject: [PATCH] include: Document some Microsoft spelling mistakes so we know they are not to be fixed. --- include/setupapi.h | 1 + include/windns.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/include/setupapi.h b/include/setupapi.h index 8e14f911b80..fd20126183c 100644 --- a/include/setupapi.h +++ b/include/setupapi.h @@ -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); diff --git a/include/windns.h b/include/windns.h index c55d013a03b..205f30d7b34 100644 --- a/include/windns.h +++ b/include/windns.h @@ -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;