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
67b5a868
Commit
67b5a868
authored
May 03, 2011
by
Piotr Caban
Committed by
Alexandre Julliard
May 03, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrt: Added _swprintf and vsnprintf functions.
parent
2a3484a2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
msvcr100.spec
dlls/msvcr100/msvcr100.spec
+1
-1
msvcr80.spec
dlls/msvcr80/msvcr80.spec
+1
-1
msvcr90.spec
dlls/msvcr90/msvcr90.spec
+1
-1
msvcrt.spec
dlls/msvcrt/msvcrt.spec
+2
-2
No files found.
dlls/msvcr100/msvcr100.spec
View file @
67b5a868
...
...
@@ -1170,7 +1170,7 @@
@ stub _strupr_s_l
@ stub _strxfrm_l
@ cdecl _swab(str str long) msvcrt._swab
@
stub
_swprintf
@
varargs _swprintf(ptr wstr) msvcrt.
_swprintf
@ stub _swprintf_c
@ stub _swprintf_c_l
@ stub _swprintf_p
...
...
dlls/msvcr80/msvcr80.spec
View file @
67b5a868
...
...
@@ -1024,7 +1024,7 @@
@ stub _strupr_s_l
@ stub _strxfrm_l
@ cdecl _swab(str str long) msvcrt._swab
@
stub
_swprintf
@
varargs _swprintf(ptr wstr) msvcrt.
_swprintf
@ stub _swprintf_c
@ stub _swprintf_p
@ varargs _swprintf_p_l(ptr long wstr ptr) msvcrt._swprintf_p_l
...
...
dlls/msvcr90/msvcr90.spec
View file @
67b5a868
...
...
@@ -1010,7 +1010,7 @@
@ stub _strupr_s_l
@ stub _strxfrm_l
@ cdecl _swab(str str long) msvcrt._swab
@
stub
_swprintf
@
varargs _swprintf(ptr wstr) msvcrt.
_swprintf
@ stub _swprintf_c
@ stub _swprintf_c_l
@ stub _swprintf_p
...
...
dlls/msvcrt/msvcrt.spec
View file @
67b5a868
...
...
@@ -960,7 +960,7 @@
# stub _strupr_s_l(str long ptr)
# stub _strxfrm_l(ptr str long ptr)
@ cdecl _swab(str str long) MSVCRT__swab
# stub _swprintf(ptr str)
@ varargs _swprintf(ptr wstr) MSVCRT_swprintf
# stub _swprintf_c(ptr long str)
# stub _swprintf_c_l(ptr long str ptr)
@ varargs _swprintf_p_l(ptr long wstr ptr) MSVCRT_swprintf_p_l
...
...
@@ -1438,7 +1438,7 @@
@ cdecl vfwprintf_s(ptr wstr ptr) MSVCRT_vfwprintf_s
@ cdecl vprintf(str ptr) MSVCRT_vprintf
@ cdecl vprintf_s(str ptr) MSVCRT_vprintf_s
# stub vsnprintf(ptr long str ptr)
@ cdecl vsnprintf(ptr long str ptr) MSVCRT_vsnprintf
@ cdecl vsprintf(ptr str ptr) MSVCRT_vsprintf
@ cdecl vsprintf_s(ptr long str ptr) MSVCRT_vsprintf_s
@ cdecl vswprintf(ptr wstr ptr) MSVCRT_vswprintf
...
...
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