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
e8584a74
Commit
e8584a74
authored
Jul 22, 2004
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed some functions that don't exist in msvcrt20 (reported by Jan
Van Buggenhout).
parent
2e93adc5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
msvcrt20.spec
dlls/msvcrt20/msvcrt20.spec
+1
-7
No files found.
dlls/msvcrt20/msvcrt20.spec
View file @
e8584a74
...
...
@@ -525,7 +525,6 @@
@ cdecl _amsg_exit(long) msvcrt._amsg_exit
@ cdecl _assert(str str long) msvcrt._assert
@ cdecl _atodbl(ptr str) msvcrt._atodbl
@ cdecl -ret64 _atoi64(str) msvcrt._atoi64
@ cdecl _atoldbl(ptr str) msvcrt._atoldbl
@ cdecl _beep(long long) msvcrt._beep
@ cdecl _beginthread(ptr long ptr) msvcrt._beginthread
...
...
@@ -623,8 +622,6 @@
@ cdecl _heapused(ptr ptr) msvcrt._heapused
@ cdecl _heapwalk(ptr) msvcrt._heapwalk
@ cdecl _hypot(double double) msvcrt._hypot
@ cdecl _i64toa(long long ptr long) msvcrt._i64toa
@ cdecl _i64tow(long long ptr long) msvcrt._i64tow
@ cdecl _initterm(ptr ptr) msvcrt._initterm
@ extern _iob msvcrt._iob
@ cdecl _isatty(long) msvcrt._isatty
...
...
@@ -767,7 +764,7 @@
@ cdecl _safe_fprem1() msvcrt._safe_fprem1
@ cdecl _scalb( double long) msvcrt._scalb
@ cdecl _searchenv(str str ptr) msvcrt._searchenv
@ stdcall -i386 __seh_longjmp_unwind(ptr) msvcrt._seh_longjmp_unwind
@ stdcall -i386 __seh_longjmp_unwind
@4
(ptr) msvcrt._seh_longjmp_unwind
@ cdecl _seterrormode(long) msvcrt._seterrormode
@ cdecl -i386 _setjmp(ptr) msvcrt._setjmp
@ cdecl -i386 _setjmp3(ptr long) msvcrt._setjmp3
...
...
@@ -847,8 +844,6 @@
@ cdecl _toupper(long) msvcrt._toupper
@ extern _tzname msvcrt._tzname
@ cdecl _tzset() msvcrt._tzset
@ cdecl _ui64toa(long long ptr long) msvcrt._ui64toa
@ cdecl _ui64tow(long long ptr long) msvcrt._ui64tow
@ cdecl _ultoa(long ptr long) msvcrt._ultoa
@ cdecl _ultow(long ptr long) msvcrt._ultow
@ cdecl _umask(long) msvcrt._umask
...
...
@@ -929,7 +924,6 @@
@ cdecl _wtempnam(wstr wstr) msvcrt._wtempnam
@ cdecl _wtmpnam(ptr) msvcrt._wtmpnam
@ cdecl _wtoi(wstr) msvcrt._wtoi
@ cdecl _wtoi64(wstr) msvcrt._wtoi64
@ cdecl _wtol(wstr) msvcrt._wtol
@ cdecl _wunlink(wstr) msvcrt._wunlink
@ cdecl _wutime(wstr ptr) 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