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
9ac852ae
Commit
9ac852ae
authored
Feb 25, 2000
by
Dmitry Timoshkov
Committed by
Alexandre Julliard
Feb 25, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add prototype for CRTDLL_wcstol.
parent
031aef9a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
crtdll.h
include/crtdll.h
+1
-0
No files found.
include/crtdll.h
View file @
9ac852ae
...
...
@@ -60,6 +60,7 @@ LPWSTR __cdecl CRTDLL_wcsrchr( LPWSTR str, WCHAR ch );
INT
__cdecl
CRTDLL_wcsspn
(
LPCWSTR
str
,
LPCWSTR
accept
);
LPWSTR
__cdecl
CRTDLL_wcsstr
(
LPCWSTR
str
,
LPCWSTR
sub
);
LPWSTR
__cdecl
CRTDLL_wcstok
(
LPWSTR
str
,
LPCWSTR
delim
);
INT
__cdecl
CRTDLL_wcstol
(
LPWSTR
s
,
LPWSTR
*
end
,
INT
base
);
INT
__cdecl
CRTDLL_wcstombs
(
LPSTR
dst
,
LPCWSTR
src
,
INT
n
);
INT
__cdecl
CRTDLL_wctomb
(
LPSTR
dst
,
WCHAR
ch
);
...
...
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