Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
15652ba9
Commit
15652ba9
authored
Jan 16, 2008
by
Francois Gouget
Committed by
Alexandre Julliard
Jan 16, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Document some Microsoft spelling mistakes so we know they are not to be fixed.
parent
f6fab295
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
setupapi.h
include/setupapi.h
+1
-0
windns.h
include/windns.h
+1
-1
No files found.
include/setupapi.h
View file @
15652ba9
...
...
@@ -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
);
...
...
include/windns.h
View file @
15652ba9
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment