Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sam Joan Roque-Worcel
wine
Commits
ecdde389
Commit
ecdde389
authored
24 years ago
by
Hidenori Takeshima
Committed by
Alexandre Julliard
24 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Added GetTimeZoneInformation and TIME_ZONE_ID_INVALID.
parent
05aa0486
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/winbase.h
+3
-0
3 additions, 0 deletions
include/winbase.h
with
3 additions
and
0 deletions
include/winbase.h
+
3
−
0
View file @
ecdde389
...
...
@@ -698,6 +698,7 @@ typedef struct {
LONG
DaylightBias
;
}
TIME_ZONE_INFORMATION
,
*
LPTIME_ZONE_INFORMATION
;
#define TIME_ZONE_ID_INVALID ((DWORD)0xFFFFFFFF)
#define TIME_ZONE_ID_UNKNOWN 0
#define TIME_ZONE_ID_STANDARD 1
#define TIME_ZONE_ID_DAYLIGHT 2
...
...
@@ -1471,6 +1472,7 @@ DWORD WINAPI GetTapeStatus(HANDLE);
INT
WINAPI
GetTimeFormatA
(
LCID
,
DWORD
,
LPSYSTEMTIME
,
LPCSTR
,
LPSTR
,
INT
);
INT
WINAPI
GetTimeFormatW
(
LCID
,
DWORD
,
LPSYSTEMTIME
,
LPCWSTR
,
LPWSTR
,
INT
);
#define GetTimeFormat WINELIB_NAME_AW(GetTimeFormat)
DWORD
WINAPI
GetTimeZoneInformation
(
LPTIME_ZONE_INFORMATION
);
BOOL
WINAPI
GetThreadContext
(
HANDLE
,
CONTEXT
*
);
LCID
WINAPI
GetThreadLocale
(
void
);
INT
WINAPI
GetThreadPriority
(
HANDLE
);
...
...
@@ -1642,6 +1644,7 @@ VOID WINAPI UnMapLS(SEGPTR);
BOOL
WINAPI
UnlockFile
(
HANDLE
,
DWORD
,
DWORD
,
DWORD
,
DWORD
);
BOOL
WINAPI
UnmapViewOfFile
(
LPVOID
);
LPVOID
WINAPI
VirtualAlloc
(
LPVOID
,
DWORD
,
DWORD
,
DWORD
);
LPVOID
WINAPI
VirtualAllocEx
(
HANDLE
,
LPVOID
,
DWORD
,
DWORD
,
DWORD
);
BOOL
WINAPI
VirtualFree
(
LPVOID
,
DWORD
,
DWORD
);
BOOL
WINAPI
VirtualLock
(
LPVOID
,
DWORD
);
BOOL
WINAPI
VirtualProtect
(
LPVOID
,
DWORD
,
DWORD
,
LPDWORD
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment