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
19bff6bd
Commit
19bff6bd
authored
Jun 06, 2010
by
Alexander Scott-Johns
Committed by
Alexandre Julliard
Jun 07, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrt: Fix comments.
parent
26e41546
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
wcs.c
dlls/msvcrt/wcs.c
+6
-6
No files found.
dlls/msvcrt/wcs.c
View file @
19bff6bd
...
...
@@ -1103,7 +1103,7 @@ int CDECL MSVCRT__snprintf(char *str, unsigned int len, const char *format, ...)
}
/*********************************************************************
* vsnw
s
printf_internal (INTERNAL)
* vsnwprintf_internal (INTERNAL)
*/
static
inline
int
vsnwprintf_internal
(
MSVCRT_wchar_t
*
str
,
MSVCRT_size_t
len
,
const
MSVCRT_wchar_t
*
format
,
MSVCRT__locale_t
locale
,
BOOL
valid
,
...
...
@@ -1120,7 +1120,7 @@ static inline int vsnwprintf_internal(MSVCRT_wchar_t *str, MSVCRT_size_t len,
}
/*********************************************************************
* _vsnw
s
printf (MSVCRT.@)
* _vsnwprintf (MSVCRT.@)
*/
int
CDECL
MSVCRT_vsnwprintf
(
MSVCRT_wchar_t
*
str
,
MSVCRT_size_t
len
,
const
MSVCRT_wchar_t
*
format
,
__ms_va_list
valist
)
...
...
@@ -1129,7 +1129,7 @@ int CDECL MSVCRT_vsnwprintf(MSVCRT_wchar_t *str, MSVCRT_size_t len,
}
/*********************************************************************
* _vsnw
s
printf_l (MSVCRT.@)
* _vsnwprintf_l (MSVCRT.@)
*/
int
CDECL
MSVCRT_vsnwprintf_l
(
MSVCRT_wchar_t
*
str
,
MSVCRT_size_t
len
,
const
MSVCRT_wchar_t
*
format
,
MSVCRT__locale_t
locale
,
...
...
@@ -1139,7 +1139,7 @@ int CDECL MSVCRT_vsnwprintf_l(MSVCRT_wchar_t *str, MSVCRT_size_t len,
}
/*********************************************************************
* _vsnw
s
printf_s_l (MSVCRT.@)
* _vsnwprintf_s_l (MSVCRT.@)
*/
int
CDECL
MSVCRT_vsnwprintf_s_l
(
MSVCRT_wchar_t
*
str
,
MSVCRT_size_t
sizeOfBuffer
,
MSVCRT_size_t
count
,
const
MSVCRT_wchar_t
*
format
,
...
...
@@ -1168,7 +1168,7 @@ int CDECL MSVCRT_vsnwprintf_s_l( MSVCRT_wchar_t *str, MSVCRT_size_t sizeOfBuffer
}
/*********************************************************************
* _vsnw
s
printf_s (MSVCRT.@)
* _vsnwprintf_s (MSVCRT.@)
*/
int
CDECL
MSVCRT_vsnwprintf_s
(
MSVCRT_wchar_t
*
str
,
MSVCRT_size_t
sizeOfBuffer
,
MSVCRT_size_t
count
,
const
MSVCRT_wchar_t
*
format
,
__ms_va_list
valist
)
...
...
@@ -1520,7 +1520,7 @@ INT CDECL MSVCRT_wcscat_s(MSVCRT_wchar_t* dst, MSVCRT_size_t elem, const MSVCRT_
}
/*********************************************************************
* _wctoi64_l (MSVCRT.@)
* _wc
s
toi64_l (MSVCRT.@)
*
* FIXME: locale parameter is ignored
*/
...
...
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