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
535f85e0
Commit
535f85e0
authored
Jan 22, 2008
by
Eric Pouech
Committed by
Alexandre Julliard
Jan 23, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrt: Corrected the .spec definition for the printf functions family.
parent
cf94095e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
msvcrt.spec
dlls/msvcrt/msvcrt.spec
+10
-10
No files found.
dlls/msvcrt/msvcrt.spec
View file @
535f85e0
...
...
@@ -445,8 +445,8 @@
@ cdecl _setmode(long long)
@ stub _setsystime #(ptr long)
@ cdecl _sleep(long) MSVCRT__sleep
@ varargs _snprintf(
s
tr long str) MSVCRT__snprintf
@ varargs _snwprintf(
ws
tr long wstr) MSVCRT__snwprintf
@ varargs _snprintf(
p
tr long str) MSVCRT__snprintf
@ varargs _snwprintf(
p
tr long wstr) MSVCRT__snwprintf
@ varargs _sopen(str long long) MSVCRT__sopen
@ varargs _spawnl(long str str)
@ varargs _spawnle(long str str)
...
...
@@ -497,8 +497,8 @@
@ cdecl _unloaddll(long)
@ cdecl _unlock(long)
@ cdecl _utime(str ptr)
@ cdecl _vsnprintf(ptr long
p
tr ptr) MSVCRT_vsnprintf
@ cdecl _vsnwprintf(ptr long wstr
long
) MSVCRT_vsnwprintf
@ cdecl _vsnprintf(ptr long
s
tr ptr) MSVCRT_vsnprintf
@ cdecl _vsnwprintf(ptr long wstr
ptr
) MSVCRT_vsnwprintf
@ cdecl _waccess(wstr long)
@ cdecl _wasctime(ptr) MSVCRT__wasctime
@ cdecl _wchdir(wstr)
...
...
@@ -734,7 +734,7 @@
@ cdecl strtol(str ptr long) ntdll.strtol
@ cdecl strtoul(str ptr long) ntdll.strtoul
@ cdecl strxfrm(ptr str long) MSVCRT_strxfrm
@ varargs swprintf(
ws
tr wstr) MSVCRT_swprintf
@ varargs swprintf(
p
tr wstr) MSVCRT_swprintf
@ varargs swscanf(wstr wstr) MSVCRT_swscanf
@ cdecl system(str) MSVCRT_system
@ cdecl tan(double) MSVCRT_tan
...
...
@@ -748,12 +748,12 @@
@ cdecl towupper(long) ntdll.towupper
@ cdecl ungetc(long ptr) MSVCRT_ungetc
@ cdecl ungetwc(long ptr) MSVCRT_ungetwc
@ cdecl vfprintf(ptr str
long
) MSVCRT_vfprintf
@ cdecl vfwprintf(ptr wstr
long
) MSVCRT_vfwprintf
@ cdecl vprintf(str
long
) MSVCRT_vprintf
@ cdecl vfprintf(ptr str
ptr
) MSVCRT_vfprintf
@ cdecl vfwprintf(ptr wstr
ptr
) MSVCRT_vfwprintf
@ cdecl vprintf(str
ptr
) MSVCRT_vprintf
@ cdecl vsprintf(ptr str ptr) MSVCRT_vsprintf
@ cdecl vswprintf(ptr wstr
long
) MSVCRT_vswprintf
@ cdecl vwprintf(wstr
long
) MSVCRT_vwprintf
@ cdecl vswprintf(ptr wstr
ptr
) MSVCRT_vswprintf
@ cdecl vwprintf(wstr
ptr
) MSVCRT_vwprintf
@ cdecl wcscat(wstr wstr) ntdll.wcscat
@ cdecl wcschr(wstr long) ntdll.wcschr
@ cdecl wcscmp(wstr wstr) ntdll.wcscmp
...
...
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