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
ab62cd36
Commit
ab62cd36
authored
Apr 12, 2008
by
Kai Blin
Committed by
Alexandre Julliard
Apr 14, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dpnhpast: Implement a stub for DirectPlayNATHelpCreate.
parent
a2a8d1ad
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
dpnhpast.spec
dlls/dpnhpast/dpnhpast.spec
+1
-1
main.c
dlls/dpnhpast/main.c
+3
-4
dpnathlp.h
include/dpnathlp.h
+1
-1
No files found.
dlls/dpnhpast/dpnhpast.spec
View file @
ab62cd36
1 st
ub DirectPlayNATHelpCreate
1 st
dcall DirectPlayNATHelpCreate(ptr ptr)
@ stdcall -private DllCanUnloadNow()
@ stdcall -private DllCanUnloadNow()
@ stdcall -private DllGetClassObject(ptr ptr ptr)
@ stdcall -private DllGetClassObject(ptr ptr ptr)
...
...
dlls/dpnhpast/main.c
View file @
ab62cd36
...
@@ -55,12 +55,11 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
...
@@ -55,12 +55,11 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
*
*
*
*
*/
*/
#if 0
HRESULT
WINAPI
DirectPlayNATHelpCreate
(
LPCGUID
pIID
,
PVOID
*
ppvInterface
)
HRESULT WINAPI DPNHPAST_DirectPlayNATHelpCreate(void)
{
{
/* @stub in .spec */
TRACE
(
"(%p, %p) stub
\n
"
,
pIID
,
ppvInterface
);
return
E_NOTIMPL
;
}
}
#endif
/******************************************************************
/******************************************************************
...
...
include/dpnathlp.h
View file @
ab62cd36
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
extern
"C"
{
extern
"C"
{
#endif
#endif
HRESULT
DirectPlayNATHelpCreate
(
const
PGUID
pIID
,
void
**
ppvInterface
);
HRESULT
DirectPlayNATHelpCreate
(
LPCGUID
pIID
,
LPVOID
*
ppvInterface
);
DEFINE_GUID
(
CLSID_DirectPlayNATHelpUPnP
,
0xb9c2e9c4
,
0x68c1
,
0x4d42
,
0xa7
,
0xa1
,
0xe7
,
0x6a
,
0x26
,
0x98
,
0x2a
,
0xd6
);
DEFINE_GUID
(
CLSID_DirectPlayNATHelpUPnP
,
0xb9c2e9c4
,
0x68c1
,
0x4d42
,
0xa7
,
0xa1
,
0xe7
,
0x6a
,
0x26
,
0x98
,
0x2a
,
0xd6
);
DEFINE_GUID
(
CLSID_DirectPlayNATHelpPAST
,
0x963ab779
,
0x16a1
,
0x477c
,
0xa3
,
0x6d
,
0xcb
,
0x5e
,
0x71
,
0x19
,
0x38
,
0xf7
);
DEFINE_GUID
(
CLSID_DirectPlayNATHelpPAST
,
0x963ab779
,
0x16a1
,
0x477c
,
0xa3
,
0x6d
,
0xcb
,
0x5e
,
0x71
,
0x19
,
0x38
,
0xf7
);
...
...
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