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
c0fbd7e2
Commit
c0fbd7e2
authored
Dec 07, 1998
by
Marcus Meissner
Committed by
Alexandre Julliard
Dec 07, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stub for NPSGetProviderHandleA.
parent
9784701f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
network.c
misc/network.c
+9
-1
mpr.spec
relay32/mpr.spec
+1
-1
No files found.
misc/network.c
View file @
c0fbd7e2
...
@@ -745,11 +745,19 @@ UINT32 WINAPI MultinetGetErrorText32A (DWORD x, DWORD y, DWORD z)
...
@@ -745,11 +745,19 @@ UINT32 WINAPI MultinetGetErrorText32A (DWORD x, DWORD y, DWORD z)
{
FIXME
(
mpr
,
"(%lx,%lx,%lx): stub
\n
"
,
x
,
y
,
z
);
{
FIXME
(
mpr
,
"(%lx,%lx,%lx): stub
\n
"
,
x
,
y
,
z
);
return
0
;
return
0
;
}
}
/*****************************************************************
/*****************************************************************
* MultinetGetErrorTextW [MPR.29]
* MultinetGetErrorTextW [MPR.29]
*/
*/
UINT32
WINAPI
MultinetGetErrorText32W
(
DWORD
x
,
DWORD
y
,
DWORD
z
)
UINT32
WINAPI
MultinetGetErrorText32W
(
DWORD
x
,
DWORD
y
,
DWORD
z
)
{
FIXME
(
mpr
,
"(%lx,%lx,%lx): stub
\n
"
,
x
,
y
,
z
);
{
FIXME
(
mpr
,
"(%lx,%lx,%lx): stub
\n
"
,
x
,
y
,
z
);
return
0
;
return
0
;
}
}
/*****************************************************************
* NPSGetProviderHandle [MPR.33]
*/
DWORD
WINAPI
NPSGetProviderHandle32A
(
DWORD
x
)
{
FIXME
(
mpr
,
"(0x%08lx),stub!
\n
"
,
x
);
return
0
;
}
relay32/mpr.spec
View file @
c0fbd7e2
...
@@ -33,7 +33,7 @@ type win32
...
@@ -33,7 +33,7 @@ type win32
0030 stub NPSCopyStringA
0030 stub NPSCopyStringA
0031 stub NPSDeviceGetNumberA
0031 stub NPSDeviceGetNumberA
0032 stub NPSDeviceGetStringA
0032 stub NPSDeviceGetStringA
0033 st
ub NPSGetProviderHandle
A
0033 st
dcall NPSGetProviderHandleA(long) NPSGetProviderHandle32
A
0034 stub NPSGetProviderNameA
0034 stub NPSGetProviderNameA
0035 stub NPSGetSectionNameA
0035 stub NPSGetSectionNameA
0036 stub NPSNotifyGetContextA
0036 stub NPSNotifyGetContextA
...
...
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