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
c09f9ef4
Commit
c09f9ef4
authored
Apr 20, 2011
by
Piotr Caban
Committed by
Alexandre Julliard
Apr 25, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrt: Removed pf_vnsprintf internal function.
parent
bfc2f5f2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
18 deletions
+0
-18
msvcrt.h
dlls/msvcrt/msvcrt.h
+0
-18
wcs.c
dlls/msvcrt/wcs.c
+0
-0
No files found.
dlls/msvcrt/msvcrt.h
View file @
c09f9ef4
...
...
@@ -916,24 +916,6 @@ void __cdecl MSVCRT__invalid_parameter(const MSVCRT_wchar_t *expr, const MSVCRT_
#define MSVCRT_CHECK_PMT(x) ((x) || (MSVCRT_INVALID_PMT(0),FALSE))
#endif
typedef
struct
pf_output_t
{
int
used
;
int
len
;
BOOL
unicode
;
union
{
LPWSTR
W
;
LPSTR
A
;
}
buf
;
union
{
LPWSTR
W
;
LPSTR
A
;
}
grow
;
}
pf_output
;
int
pf_vsnprintf
(
pf_output
*
out
,
const
WCHAR
*
format
,
MSVCRT__locale_t
locale
,
BOOL
valid
,
__ms_va_list
valist
);
typedef
int
(
*
puts_clbk_a
)(
void
*
,
int
,
const
char
*
);
typedef
int
(
*
puts_clbk_w
)(
void
*
,
int
,
const
MSVCRT_wchar_t
*
);
typedef
union
_printf_arg
...
...
dlls/msvcrt/wcs.c
View file @
c09f9ef4
This diff is collapsed.
Click to expand it.
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