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
0694f8c8
Commit
0694f8c8
authored
Apr 16, 2015
by
Piotr Caban
Committed by
Alexandre Julliard
Apr 17, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcr120: Added strtoll and strtoull exports.
parent
aa407a28
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
msvcr120.spec
dlls/msvcr120/msvcr120.spec
+4
-4
msvcr120_app.spec
dlls/msvcr120_app/msvcr120_app.spec
+4
-4
No files found.
dlls/msvcr120/msvcr120.spec
View file @
0694f8c8
...
...
@@ -1734,11 +1734,11 @@
@ stub _strtoimax_l
@ stub _strtol_l
@ stub _strtold_l
@
stub _strtoll
_l
@
cdecl -ret64 _strtoll_l(str ptr long ptr) MSVCRT_strtoi64
_l
@ cdecl -ret64 _strtoui64(str ptr long) MSVCRT_strtoui64
@ cdecl -ret64 _strtoui64_l(str ptr long ptr) MSVCRT_strtoui64_l
@ cdecl _strtoul_l(str ptr long ptr) MSVCRT_strtoul_l
@
stub _strtoull
_l
@
cdecl -ret64 _strtoull_l(str ptr long ptr) MSVCRT_strtoui64
_l
@ stub _strtoumax_l
@ cdecl _strupr(str) MSVCRT__strupr
@ cdecl _strupr_l(str ptr) MSVCRT__strupr_l
...
...
@@ -2389,9 +2389,9 @@
@ cdecl strtok_s(ptr str ptr) MSVCRT_strtok_s
@ cdecl strtol(str ptr long) MSVCRT_strtol
@ stub strtold
@
stub strtoll
@
cdecl -ret64 strtoll(str ptr long) MSVCRT_strtoi64
@ cdecl strtoul(str ptr long) MSVCRT_strtoul
@
stub strtoull
@
cdecl -ret64 strtoull(str ptr long) MSVCRT_strtoui64
@ stub strtoumax
@ cdecl strxfrm(ptr str long) MSVCRT_strxfrm
@ varargs swprintf_s(ptr long wstr) MSVCRT_swprintf_s
...
...
dlls/msvcr120_app/msvcr120_app.spec
View file @
0694f8c8
...
...
@@ -1448,11 +1448,11 @@
@ stub _strtoimax_l
@ stub _strtol_l
@ stub _strtold_l
@
stub
_strtoll_l
@
cdecl -ret64 _strtoll_l(str ptr long ptr) msvcr120.
_strtoll_l
@ cdecl -ret64 _strtoui64(str ptr long) msvcr120._strtoui64
@ cdecl -ret64 _strtoui64_l(str ptr long ptr) msvcr120._strtoui64_l
@ cdecl _strtoul_l(str ptr long ptr) msvcr120._strtoul_l
@
stub
_strtoull_l
@
cdecl -ret64 _strtoull_l(str ptr long ptr) msvcr120.
_strtoull_l
@ stub _strtoumax_l
@ cdecl _strupr(str) msvcr120._strupr
@ cdecl _strupr_l(str ptr) msvcr120._strupr_l
...
...
@@ -2055,9 +2055,9 @@
@ cdecl strtok_s(ptr str ptr) msvcr120.strtok_s
@ cdecl strtol(str ptr long) msvcr120.strtol
@ stub strtold
@
stub
strtoll
@
cdecl -ret64 strtoll(str ptr long) msvcr120.
strtoll
@ cdecl strtoul(str ptr long) msvcr120.strtoul
@
stub
strtoull
@
cdecl -ret64 strtoull(str ptr long) msvcr120.
strtoull
@ stub strtoumax
@ cdecl strxfrm(ptr str long) msvcr120.strxfrm
@ varargs swprintf_s(ptr long wstr) msvcr120.swprintf_s
...
...
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