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
17186413
Commit
17186413
authored
Feb 28, 2017
by
Piotr Caban
Committed by
Alexandre Julliard
Feb 28, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcr: Add _get_dstbias implementation.
Signed-off-by:
Piotr Caban
<
piotr@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
fca25446
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
18 additions
and
8 deletions
+18
-8
api-ms-win-crt-time-l1-1-0.spec
...pi-ms-win-crt-time-l1-1-0/api-ms-win-crt-time-l1-1-0.spec
+1
-1
msvcr100.spec
dlls/msvcr100/msvcr100.spec
+1
-1
msvcr110.spec
dlls/msvcr110/msvcr110.spec
+1
-1
msvcr120.spec
dlls/msvcr120/msvcr120.spec
+1
-1
msvcr120_app.spec
dlls/msvcr120_app/msvcr120_app.spec
+1
-1
msvcr80.spec
dlls/msvcr80/msvcr80.spec
+1
-1
msvcr90.spec
dlls/msvcr90/msvcr90.spec
+1
-1
time.c
dlls/msvcrt/time.c
+10
-0
ucrtbase.spec
dlls/ucrtbase/ucrtbase.spec
+1
-1
No files found.
dlls/api-ms-win-crt-time-l1-1-0/api-ms-win-crt-time-l1-1-0.spec
View file @
17186413
...
...
@@ -23,7 +23,7 @@
@ cdecl _futime32(long ptr) ucrtbase._futime32
@ cdecl _futime64(long ptr) ucrtbase._futime64
@ cdecl _get_daylight(ptr) ucrtbase._get_daylight
@
stub
_get_dstbias
@
cdecl _get_dstbias(ptr) ucrtbase.
_get_dstbias
@ cdecl _get_timezone(ptr) ucrtbase._get_timezone
@ cdecl _get_tzname(ptr str long long) ucrtbase._get_tzname
@ cdecl _getsystime(ptr) ucrtbase._getsystime
...
...
dlls/msvcr100/msvcr100.spec
View file @
17186413
...
...
@@ -874,7 +874,7 @@
@ cdecl _get_current_locale() MSVCRT__get_current_locale
@ cdecl _get_daylight(ptr)
@ cdecl _get_doserrno(ptr)
@
stub
_get_dstbias
@
cdecl _get_dstbias(ptr) MSVCRT_
_get_dstbias
@ cdecl _get_errno(ptr)
@ cdecl _get_fmode(ptr) MSVCRT__get_fmode
@ cdecl _get_heap_handle()
...
...
dlls/msvcr110/msvcr110.spec
View file @
17186413
...
...
@@ -1221,7 +1221,7 @@
@ cdecl _get_current_locale() MSVCRT__get_current_locale
@ cdecl _get_daylight(ptr)
@ cdecl _get_doserrno(ptr)
@
stub
_get_dstbias
@
cdecl _get_dstbias(ptr) MSVCRT_
_get_dstbias
@ cdecl _get_errno(ptr)
@ cdecl _get_fmode(ptr) MSVCRT__get_fmode
@ cdecl _get_heap_handle()
...
...
dlls/msvcr120/msvcr120.spec
View file @
17186413
...
...
@@ -1221,7 +1221,7 @@
@ cdecl _get_current_locale() MSVCRT__get_current_locale
@ cdecl _get_daylight(ptr)
@ cdecl _get_doserrno(ptr)
@
stub
_get_dstbias
@
cdecl _get_dstbias(ptr) MSVCRT_
_get_dstbias
@ cdecl _get_errno(ptr)
@ cdecl _get_fmode(ptr) MSVCRT__get_fmode
@ cdecl _get_heap_handle()
...
...
dlls/msvcr120_app/msvcr120_app.spec
View file @
17186413
...
...
@@ -1149,7 +1149,7 @@
@ cdecl _get_current_locale() msvcr120._get_current_locale
@ cdecl _get_daylight(ptr) msvcr120._get_daylight
@ cdecl _get_doserrno(ptr) msvcr120._get_doserrno
@
stub
_get_dstbias
@
cdecl _get_dstbias(ptr) msvcr120.
_get_dstbias
@ cdecl _get_errno(ptr) msvcr120._get_errno
@ cdecl _get_fmode(ptr) msvcr120._get_fmode
@ cdecl _get_heap_handle() msvcr120._get_heap_handle
...
...
dlls/msvcr80/msvcr80.spec
View file @
17186413
...
...
@@ -541,7 +541,7 @@
@ cdecl _get_current_locale() MSVCRT__get_current_locale
@ cdecl _get_daylight(ptr)
@ cdecl _get_doserrno(ptr)
@
stub
_get_dstbias
@
cdecl _get_dstbias(ptr) MSVCRT_
_get_dstbias
@ cdecl _get_errno(ptr)
@ cdecl _get_fmode(ptr) MSVCRT__get_fmode
@ cdecl _get_heap_handle()
...
...
dlls/msvcr90/msvcr90.spec
View file @
17186413
...
...
@@ -524,7 +524,7 @@
@ cdecl _get_current_locale() MSVCRT__get_current_locale
@ cdecl _get_daylight(ptr)
@ cdecl _get_doserrno(ptr)
@
stub
_get_dstbias
@
cdecl _get_dstbias(ptr) MSVCRT_
_get_dstbias
@ cdecl _get_errno(ptr)
@ cdecl _get_fmode(ptr) MSVCRT__get_fmode
@ cdecl _get_heap_handle()
...
...
dlls/msvcrt/time.c
View file @
17186413
...
...
@@ -891,6 +891,16 @@ int * CDECL MSVCRT___p__dstbias(void)
}
/*********************************************************************
* _get_dstbias (MSVCR80.@)
*/
int
CDECL
MSVCRT__get_dstbias
(
int
*
seconds
)
{
if
(
!
MSVCRT_CHECK_PMT
(
seconds
!=
NULL
))
return
MSVCRT_EINVAL
;
*
seconds
=
MSVCRT__dstbias
;
return
0
;
}
/*********************************************************************
* __p__timezone (MSVCRT.@)
*/
MSVCRT_long
*
CDECL
MSVCRT___p__timezone
(
void
)
...
...
dlls/ucrtbase/ucrtbase.spec
View file @
17186413
...
...
@@ -361,7 +361,7 @@
@ cdecl _get_current_locale() MSVCRT__get_current_locale
@ cdecl _get_daylight(ptr)
@ cdecl _get_doserrno(ptr)
@
stub
_get_dstbias
@
cdecl _get_dstbias(ptr) MSVCRT_
_get_dstbias
@ cdecl _get_errno(ptr)
@ cdecl _get_fmode(ptr) MSVCRT__get_fmode
@ cdecl _get_heap_handle()
...
...
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