Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
057d9f23
Commit
057d9f23
authored
Nov 22, 1998
by
Juergen Schmied
Committed by
Alexandre Julliard
Nov 22, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
New stubs strdate, strtime.
parent
afda9a3a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
2 deletions
+16
-2
crtdll.c
misc/crtdll.c
+14
-0
crtdll.spec
relay32/crtdll.spec
+2
-2
No files found.
misc/crtdll.c
View file @
057d9f23
...
...
@@ -2038,3 +2038,17 @@ INT32 CRTDLL_wcstol(LPWSTR s,LPWSTR *end,INT32 base) {
if
(
end
)
*
end
=
s
+
(
endA
-
sA
);
/* pointer magic checked. */
return
ret
;
}
/*********************************************************************
* strdate (CRTDLL.283)
*/
LPSTR
__cdecl
CRTDLL__strdate
(
LPSTR
date
)
{
FIXME
(
crtdll
,
"%p stub
\n
"
,
date
);
return
0
;
}
/*********************************************************************
* strtime (CRTDLL.299)
*/
LPSTR
__cdecl
CRTDLL__strtime
(
LPSTR
date
)
{
FIXME
(
crtdll
,
"%p stub
\n
"
,
date
);
return
0
;
}
relay32/crtdll.spec
View file @
057d9f23
...
...
@@ -284,7 +284,7 @@ type win32
280 cdecl _stat (str ptr) CRTDLL__stat
281 stub _statusfp
282 cdecl _strcmpi(str str) CRTDLL__strcmpi
283
stub
_strdate
283
cdecl _strdate(str) CRTDLL_
_strdate
284 stub _strdec
285 cdecl _strdup(str) CRTDLL__strdup
286 stub _strerror
...
...
@@ -300,7 +300,7 @@ type win32
296 stub _strrev
297 stub _strset
298 stub _strspnp
299
stub
_strtime
299
cdecl _strtime(str) CRTDLL_
_strtime
300 cdecl _strupr(str) CRTDLL__strupr
301 stub _swab
302 stub _sys_errlist
...
...
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