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
7ee3f2d2
Commit
7ee3f2d2
authored
Oct 22, 2010
by
Ričardas Barkauskas
Committed by
Alexandre Julliard
Oct 25, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wlanapi: Stub WlanOpenHandle.
parent
21fddfe2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
main.c
dlls/wlanapi/main.c
+7
-0
wlanapi.spec
dlls/wlanapi/wlanapi.spec
+1
-1
No files found.
dlls/wlanapi/main.c
View file @
7ee3f2d2
...
...
@@ -26,6 +26,13 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
wlanapi
);
DWORD
WINAPI
WlanOpenHandle
(
DWORD
clientVersion
,
PVOID
reserved
,
PDWORD
negotiatedVersion
,
PHANDLE
clientHandle
)
{
FIXME
(
"(%d, %p, %p, %p) stub
\n
"
,
clientVersion
,
reserved
,
negotiatedVersion
,
clientHandle
);
return
ERROR_CALL_NOT_IMPLEMENTED
;
}
BOOL
WINAPI
DllMain
(
HINSTANCE
hinstDLL
,
DWORD
fdwReason
,
LPVOID
lpvReserved
)
{
...
...
dlls/wlanapi/wlanapi.spec
View file @
7ee3f2d2
...
...
@@ -15,7 +15,7 @@
@ stub WlanGetProfileList
@ stub WlanGetSecuritySettings
@ stub WlanIhvControl
@ st
ub WlanOpenHandle
@ st
dcall WlanOpenHandle(long ptr ptr ptr)
@ stub WlanQueryAutoConfigParameter
@ stub WlanQueryInterface
@ stub WlanReasonCodeToString
...
...
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