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
1ac16331
Commit
1ac16331
authored
Apr 28, 2010
by
Detlef Riekenberg
Committed by
Alexandre Julliard
Apr 28, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrt: Fix wrong msvcr90 in comments.
parent
6f79f3a2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
string.c
dlls/msvcrt/string.c
+4
-4
wcs.c
dlls/msvcrt/wcs.c
+4
-4
No files found.
dlls/msvcrt/string.c
View file @
1ac16331
...
...
@@ -472,7 +472,7 @@ MSVCRT_size_t CDECL MSVCRT_strnlen(const char *s, MSVCRT_size_t maxlen)
}
/*********************************************************************
* _strtoi64_l (MSVCR
90
.@)
* _strtoi64_l (MSVCR
T
.@)
*
* FIXME: locale parameter is ignored
*/
...
...
@@ -544,7 +544,7 @@ __int64 CDECL MSVCRT_strtoi64_l(const char *nptr, char **endptr, int base, MSVCR
}
/*********************************************************************
* _strtoi64 (MSVCR
90
.@)
* _strtoi64 (MSVCR
T
.@)
*/
__int64
CDECL
MSVCRT_strtoi64
(
const
char
*
nptr
,
char
**
endptr
,
int
base
)
{
...
...
@@ -552,7 +552,7 @@ __int64 CDECL MSVCRT_strtoi64(const char *nptr, char **endptr, int base)
}
/*********************************************************************
* _strtoui64_l (MSVCR
90
.@)
* _strtoui64_l (MSVCR
T
.@)
*
* FIXME: locale parameter is ignored
*/
...
...
@@ -618,7 +618,7 @@ unsigned __int64 CDECL MSVCRT_strtoui64_l(const char *nptr, char **endptr, int b
}
/*********************************************************************
* _strtoui64 (MSVCR
90
.@)
* _strtoui64 (MSVCR
T
.@)
*/
unsigned
__int64
CDECL
MSVCRT_strtoui64
(
const
char
*
nptr
,
char
**
endptr
,
int
base
)
{
...
...
dlls/msvcrt/wcs.c
View file @
1ac16331
...
...
@@ -1486,7 +1486,7 @@ INT CDECL MSVCRT_wcscat_s(MSVCRT_wchar_t* dst, MSVCRT_size_t elem, const MSVCRT_
}
/*********************************************************************
* _wctoi64_l (MSVCR
90
.@)
* _wctoi64_l (MSVCR
T
.@)
*
* FIXME: locale parameter is ignored
*/
...
...
@@ -1559,7 +1559,7 @@ __int64 CDECL MSVCRT__wcstoi64_l(const MSVCRT_wchar_t *nptr,
}
/*********************************************************************
* _wcstoi64 (MSVCR
90
.@)
* _wcstoi64 (MSVCR
T
.@)
*/
__int64
CDECL
MSVCRT__wcstoi64
(
const
MSVCRT_wchar_t
*
nptr
,
MSVCRT_wchar_t
**
endptr
,
int
base
)
...
...
@@ -1568,7 +1568,7 @@ __int64 CDECL MSVCRT__wcstoi64(const MSVCRT_wchar_t *nptr,
}
/*********************************************************************
* _wcstoui64_l (MSVCR
90
.@)
* _wcstoui64_l (MSVCR
T
.@)
*
* FIXME: locale parameter is ignored
*/
...
...
@@ -1635,7 +1635,7 @@ unsigned __int64 CDECL MSVCRT__wcstoui64_l(const MSVCRT_wchar_t *nptr,
}
/*********************************************************************
* _wcstoui64 (MSVCR
90
.@)
* _wcstoui64 (MSVCR
T
.@)
*/
unsigned
__int64
CDECL
MSVCRT__wcstoui64
(
const
MSVCRT_wchar_t
*
nptr
,
MSVCRT_wchar_t
**
endptr
,
int
base
)
...
...
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