1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

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

This commit is contained in:
Francois Gouget 2008-01-16 12:19:08 +01:00 committed by Alexandre Julliard
parent f6fab295f3
commit 15652ba960
2 changed files with 2 additions and 1 deletions

View File

@ -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);

View File

@ -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;