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
0e394620
Commit
0e394620
authored
Jan 03, 2005
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Avoid dumping the contents of output strings.
parent
8fb2e35c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
rasapi.c
dlls/rasapi32/rasapi.c
+2
-2
rasapi32.spec
dlls/rasapi32/rasapi32.spec
+2
-2
No files found.
dlls/rasapi32/rasapi.c
View file @
0e394620
...
@@ -449,13 +449,13 @@ DWORD WINAPI RasGetEntryPropertiesW(LPCWSTR lpszPhonebook, LPCWSTR lpszEntry, LP
...
@@ -449,13 +449,13 @@ DWORD WINAPI RasGetEntryPropertiesW(LPCWSTR lpszPhonebook, LPCWSTR lpszEntry, LP
DWORD
WINAPI
RasGetErrorStringA
(
UINT
uErrorValue
,
LPSTR
lpszErrorString
,
DWORD
cBufSize
)
DWORD
WINAPI
RasGetErrorStringA
(
UINT
uErrorValue
,
LPSTR
lpszErrorString
,
DWORD
cBufSize
)
{
{
FIXME
(
"(0x%08x,%
s,0x%08lx), stub!
\n
"
,
uErrorValue
,
debugstr_a
(
lpszErrorString
)
,
cBufSize
);
FIXME
(
"(0x%08x,%
p,0x%08lx), stub!
\n
"
,
uErrorValue
,
lpszErrorString
,
cBufSize
);
return
1
;
return
1
;
}
}
DWORD
WINAPI
RasGetErrorStringW
(
UINT
uErrorValue
,
LPWSTR
lpszErrorString
,
DWORD
cBufSize
)
DWORD
WINAPI
RasGetErrorStringW
(
UINT
uErrorValue
,
LPWSTR
lpszErrorString
,
DWORD
cBufSize
)
{
{
FIXME
(
"(0x%08x,%
s,0x%08lx), stub!
\n
"
,
uErrorValue
,
debugstr_w
(
lpszErrorString
)
,
cBufSize
);
FIXME
(
"(0x%08x,%
p,0x%08lx), stub!
\n
"
,
uErrorValue
,
lpszErrorString
,
cBufSize
);
return
1
;
return
1
;
}
}
...
...
dlls/rasapi32/rasapi32.spec
View file @
0e394620
...
@@ -41,8 +41,8 @@
...
@@ -41,8 +41,8 @@
@ stdcall RasGetEntryDialParamsW(wstr ptr ptr)
@ stdcall RasGetEntryDialParamsW(wstr ptr ptr)
@ stdcall RasGetEntryPropertiesA(str str ptr ptr ptr ptr)
@ stdcall RasGetEntryPropertiesA(str str ptr ptr ptr ptr)
@ stdcall RasGetEntryPropertiesW(wstr wstr ptr ptr ptr ptr)
@ stdcall RasGetEntryPropertiesW(wstr wstr ptr ptr ptr ptr)
@ stdcall RasGetErrorStringA(long
s
tr long)
@ stdcall RasGetErrorStringA(long
p
tr long)
@ stdcall RasGetErrorStringW(long
ws
tr long)
@ stdcall RasGetErrorStringW(long
p
tr long)
@ stub RasGetErrorStringWow
@ stub RasGetErrorStringWow
@ stub RasGetHport
@ stub RasGetHport
@ stdcall RasGetProjectionInfoA(ptr ptr ptr ptr)
@ stdcall RasGetProjectionInfoA(ptr ptr ptr 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