Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
94ae7ebd
Commit
94ae7ebd
authored
Jun 16, 2011
by
Austin English
Committed by
Alexandre Julliard
Jun 17, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
netapi32: Add a stub for DsGetSiteNameA.
parent
0d8e1951
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
ds.c
dlls/netapi32/ds.c
+6
-0
netapi32.spec
dlls/netapi32/netapi32.spec
+2
-2
No files found.
dlls/netapi32/ds.c
View file @
94ae7ebd
...
...
@@ -58,6 +58,12 @@ DWORD WINAPI DsGetSiteNameW(LPCWSTR ComputerName, LPWSTR *SiteName)
return
ERROR_CALL_NOT_IMPLEMENTED
;
}
DWORD
WINAPI
DsGetSiteNameA
(
LPCSTR
ComputerName
,
LPSTR
*
SiteName
)
{
FIXME
(
"(%s, %p): stub
\n
"
,
debugstr_a
(
ComputerName
),
SiteName
);
return
ERROR_CALL_NOT_IMPLEMENTED
;
}
/************************************************************
* DsRoleFreeMemory (NETAPI32.@)
*
...
...
dlls/netapi32/netapi32.spec
View file @
94ae7ebd
...
...
@@ -9,8 +9,8 @@
@ stub DsGetDcOpen
@ stub DsGetDcSiteCoverage
@ stub DsGetForestTrustInformationW
@ st
ub DsGetSiteNameA # (str s
tr)
@ stdcall DsGetSiteNameW(wstr
ws
tr)
@ st
dcall DsGetSiteNameA(str p
tr)
@ stdcall DsGetSiteNameW(wstr
p
tr)
@ stub DsMergeForestTrustInformationW
@ stdcall DsRoleFreeMemory(ptr)
@ stdcall DsRoleGetPrimaryDomainInformation(wstr long ptr)
...
...
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