Module: wine Branch: master Commit: 15652ba960f0f050b6dfce51db312a79e32e1469 URL: http://source.winehq.org/git/wine.git/?a=commit;h=15652ba960f0f050b6dfce51db...
Author: Francois Gouget fgouget@free.fr Date: Wed Jan 16 12:19:08 2008 +0100
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 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;