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
657ca8a8
Commit
657ca8a8
authored
Mar 12, 2003
by
Thomas Mertes
Committed by
Alexandre Julliard
Mar 12, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forward to the ntdll functions _itoa, _ltoa, _ultoa, _i64toa,
_ui64toa, _itow, _ltow, _ultow, _i64tow, _ui64tow, _atoi64, _wtoi, _wtol, _wtoi64 from msvcrt / msvcrt20.
parent
414772ac
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
32 deletions
+16
-32
msvcrt.spec
dlls/msvcrt/msvcrt.spec
+10
-10
wcs.c
dlls/msvcrt/wcs.c
+0
-22
msvcrt20.spec
dlls/msvcrt20/msvcrt20.spec
+6
-0
No files found.
dlls/msvcrt/msvcrt.spec
View file @
657ca8a8
...
@@ -164,7 +164,7 @@
...
@@ -164,7 +164,7 @@
@ cdecl _amsg_exit(long) MSVCRT__amsg_exit
@ cdecl _amsg_exit(long) MSVCRT__amsg_exit
@ cdecl _assert(str str long) MSVCRT__assert
@ cdecl _assert(str str long) MSVCRT__assert
@ stub _atodbl
@ stub _atodbl
@
stub _atoi64 #(str)
@
forward _atoi64 ntdll._atoi64
@ stub _atoldbl
@ stub _atoldbl
@ cdecl _beep(long long) _beep
@ cdecl _beep(long long) _beep
@ cdecl _beginthread (ptr long ptr) _beginthread
@ cdecl _beginthread (ptr long ptr) _beginthread
...
@@ -271,8 +271,8 @@
...
@@ -271,8 +271,8 @@
@ stub _heapused #(ptr ptr)
@ stub _heapused #(ptr ptr)
@ cdecl _heapwalk(ptr) _heapwalk
@ cdecl _heapwalk(ptr) _heapwalk
@ cdecl _hypot(double double) hypot
@ cdecl _hypot(double double) hypot
@
stub _i64toa #(long str long)
@
forward _i64toa ntdll._i64toa
@
stub _i64tow #(long wstr long)
@
forward _i64tow ntdll._i64tow
@ cdecl _initterm(ptr ptr) _initterm
@ cdecl _initterm(ptr ptr) _initterm
@ stub _inp #(long) -i386
@ stub _inp #(long) -i386
@ stub _inpd #(long) -i386
@ stub _inpd #(long) -i386
...
@@ -311,7 +311,7 @@
...
@@ -311,7 +311,7 @@
@ cdecl _ismbstrail(ptr ptr) _ismbstrail
@ cdecl _ismbstrail(ptr ptr) _ismbstrail
@ cdecl _isnan( double ) _isnan
@ cdecl _isnan( double ) _isnan
@ forward _itoa ntdll._itoa
@ forward _itoa ntdll._itoa
@
cdecl _itow(long wstr long)
_itow
@
forward _itow ntdll.
_itow
@ cdecl _j0(double) j0
@ cdecl _j0(double) j0
@ cdecl _j1(double) j1
@ cdecl _j1(double) j1
@ cdecl _jn(long double) jn
@ cdecl _jn(long double) jn
...
@@ -329,7 +329,7 @@
...
@@ -329,7 +329,7 @@
@ cdecl _lseek(long long long) _lseek
@ cdecl _lseek(long long long) _lseek
@ cdecl -ret64 _lseeki64(long long long long) _lseeki64
@ cdecl -ret64 _lseeki64(long long long long) _lseeki64
@ forward _ltoa ntdll._ltoa
@ forward _ltoa ntdll._ltoa
@
cdecl _ltow(long ptr long)
_ltow
@
forward _ltow ntdll.
_ltow
@ cdecl _makepath(str str str str str) _makepath
@ cdecl _makepath(str str str str str) _makepath
@ cdecl _matherr(ptr) _matherr
@ cdecl _matherr(ptr) _matherr
@ cdecl _mbbtombc(long) _mbbtombc
@ cdecl _mbbtombc(long) _mbbtombc
...
@@ -474,8 +474,8 @@
...
@@ -474,8 +474,8 @@
@ cdecl _toupper(long) MSVCRT__toupper
@ cdecl _toupper(long) MSVCRT__toupper
@ stub _tzname
@ stub _tzname
@ cdecl _tzset() tzset
@ cdecl _tzset() tzset
@
stub _ui64toa #(long str long)
@
forward _ui64toa ntdll._ui64toa
@
stub _ui64tow #(long wstr long)
@
forward _ui64tow ntdll._ui64tow
@ forward _ultoa ntdll._ultoa
@ forward _ultoa ntdll._ultoa
@ forward _ultow ntdll._ultow
@ forward _ultow ntdll._ultow
@ cdecl _umask(long) _umask
@ cdecl _umask(long) _umask
...
@@ -559,9 +559,9 @@
...
@@ -559,9 +559,9 @@
@ stub _wsystem #(wstr)
@ stub _wsystem #(wstr)
@ cdecl _wtempnam(wstr wstr) _wtempnam
@ cdecl _wtempnam(wstr wstr) _wtempnam
@ stub _wtmpnam #(wstr)
@ stub _wtmpnam #(wstr)
@ forward _wtoi
NTDLL
._wtoi
@ forward _wtoi
ntdll
._wtoi
@
stub _wtoi64 #(wstr)
@
forward _wtoi64 ntdll._wtoi64
@ forward _wtol
NTDLL
._wtol
@ forward _wtol
ntdll
._wtol
@ cdecl _wunlink(wstr) _wunlink
@ cdecl _wunlink(wstr) _wunlink
@ cdecl _wutime(wstr ptr) _wutime
@ cdecl _wutime(wstr ptr) _wutime
@ cdecl _y0(double) _y0
@ cdecl _y0(double) _y0
...
...
dlls/msvcrt/wcs.c
View file @
657ca8a8
...
@@ -363,25 +363,3 @@ INT MSVCRT_iswxdigit( MSVCRT_wchar_t wc )
...
@@ -363,25 +363,3 @@ INT MSVCRT_iswxdigit( MSVCRT_wchar_t wc )
{
{
return
isxdigitW
(
wc
);
return
isxdigitW
(
wc
);
}
}
/*********************************************************************
* _itow (MSVCRT.@)
*/
MSVCRT_wchar_t
*
_itow
(
int
value
,
MSVCRT_wchar_t
*
out
,
int
base
)
{
char
buf
[
64
];
_itoa
(
value
,
buf
,
base
);
MultiByteToWideChar
(
CP_ACP
,
MB_PRECOMPOSED
,
buf
,
-
1
,
out
,
128
);
return
out
;
}
/*********************************************************************
* _ltow (MSVCRT.@)
*/
MSVCRT_wchar_t
*
_ltow
(
long
value
,
MSVCRT_wchar_t
*
out
,
int
base
)
{
char
buf
[
128
];
_ltoa
(
value
,
buf
,
base
);
MultiByteToWideChar
(
CP_ACP
,
MB_PRECOMPOSED
,
buf
,
-
1
,
out
,
128
);
return
out
;
}
dlls/msvcrt20/msvcrt20.spec
View file @
657ca8a8
...
@@ -525,6 +525,7 @@
...
@@ -525,6 +525,7 @@
@ forward _amsg_exit msvcrt._amsg_exit
@ forward _amsg_exit msvcrt._amsg_exit
@ forward _assert msvcrt._assert
@ forward _assert msvcrt._assert
@ forward _atodbl msvcrt._atodbl
@ forward _atodbl msvcrt._atodbl
@ forward _atoi64 msvcrt._atoi64
@ forward _atoldbl msvcrt._atoldbl
@ forward _atoldbl msvcrt._atoldbl
@ forward _beep msvcrt._beep
@ forward _beep msvcrt._beep
@ forward _beginthread msvcrt._beginthread
@ forward _beginthread msvcrt._beginthread
...
@@ -622,6 +623,8 @@
...
@@ -622,6 +623,8 @@
@ forward _heapused msvcrt._heapused
@ forward _heapused msvcrt._heapused
@ forward _heapwalk msvcrt._heapwalk
@ forward _heapwalk msvcrt._heapwalk
@ forward _hypot msvcrt._hypot
@ forward _hypot msvcrt._hypot
@ forward _i64toa msvcrt._i64toa
@ forward _i64tow msvcrt._i64tow
@ forward _initterm msvcrt._initterm
@ forward _initterm msvcrt._initterm
@ forward _iob msvcrt._iob
@ forward _iob msvcrt._iob
@ forward _isatty msvcrt._isatty
@ forward _isatty msvcrt._isatty
...
@@ -844,6 +847,8 @@
...
@@ -844,6 +847,8 @@
@ forward _toupper msvcrt._toupper
@ forward _toupper msvcrt._toupper
@ forward _tzname msvcrt._tzname
@ forward _tzname msvcrt._tzname
@ forward _tzset msvcrt._tzset
@ forward _tzset msvcrt._tzset
@ forward _ui64toa msvcrt._ui64toa
@ forward _ui64tow msvcrt._ui64tow
@ forward _ultoa msvcrt._ultoa
@ forward _ultoa msvcrt._ultoa
@ forward _ultow msvcrt._ultow
@ forward _ultow msvcrt._ultow
@ forward _umask msvcrt._umask
@ forward _umask msvcrt._umask
...
@@ -924,6 +929,7 @@
...
@@ -924,6 +929,7 @@
@ forward _wtempnam msvcrt._wtempnam
@ forward _wtempnam msvcrt._wtempnam
@ forward _wtmpnam msvcrt._wtmpnam
@ forward _wtmpnam msvcrt._wtmpnam
@ forward _wtoi msvcrt._wtoi
@ forward _wtoi msvcrt._wtoi
@ forward _wtoi64 msvcrt._wtoi64
@ forward _wtol msvcrt._wtol
@ forward _wtol msvcrt._wtol
@ forward _wunlink msvcrt._wunlink
@ forward _wunlink msvcrt._wunlink
@ forward _wutime msvcrt._wutime
@ forward _wutime msvcrt._wutime
...
...
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