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
0399f721
Commit
0399f721
authored
Oct 13, 2010
by
André Hentschel
Committed by
Alexandre Julliard
Oct 14, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcr90: Added __timezone implementation.
parent
2c4b2b79
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
msvcr100.spec
dlls/msvcr100/msvcr100.spec
+1
-1
msvcr80.spec
dlls/msvcr80/msvcr80.spec
+1
-1
msvcr90.spec
dlls/msvcr90/msvcr90.spec
+1
-1
No files found.
dlls/msvcr100/msvcr100.spec
View file @
0399f721
...
...
@@ -473,7 +473,7 @@
@ cdecl __sys_nerr() msvcr90.__sys_nerr
@ cdecl __threadhandle() msvcrt.__threadhandle
@ cdecl __threadid() msvcrt.__threadid
@
stub
__timezone
@
cdecl __timezone() msvcrt.__p
__timezone
@ cdecl __toascii(long) msvcrt.__toascii
@ cdecl __tzname() msvcrt.__p__tzname
@ cdecl __unDName(ptr str long ptr ptr long) msvcrt.__unDName
...
...
dlls/msvcr80/msvcr80.spec
View file @
0399f721
...
...
@@ -297,7 +297,7 @@
@ cdecl __sys_nerr() msvcr90.__sys_nerr
@ cdecl __threadhandle() msvcrt.__threadhandle
@ cdecl __threadid() msvcrt.__threadid
@
stub
__timezone
@
cdecl __timezone() msvcrt.__p
__timezone
@ cdecl __toascii(long) msvcrt.__toascii
@ cdecl __tzname() msvcrt.__p__tzname
@ cdecl __unDName(ptr str long ptr ptr long) msvcrt.__unDName
...
...
dlls/msvcr90/msvcr90.spec
View file @
0399f721
...
...
@@ -289,7 +289,7 @@
@ cdecl __sys_nerr()
@ cdecl __threadhandle() msvcrt.__threadhandle
@ cdecl __threadid() msvcrt.__threadid
@
stub
__timezone
@
cdecl __timezone() msvcrt.__p
__timezone
@ cdecl __toascii(long) msvcrt.__toascii
@ cdecl __tzname() msvcrt.__p__tzname
@ cdecl __unDName(ptr str long ptr ptr long) msvcrt.__unDName
...
...
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