include: Document some Microsoft spelling mistakes so we know they are not to be fixed.

Francois Gouget fgouget at free.fr
Wed Jan 16 05:19:08 CST 2008


---
 include/setupapi.h |    1 +
 include/windns.h   |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/include/setupapi.h b/include/setupapi.h
index 8e14f91..fd20126 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 c55d013..205f30d 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;
-- 
1.5.3.7




More information about the wine-patches mailing list