Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
ecdde389
Commit
ecdde389
authored
Sep 16, 2000
by
Hidenori Takeshima
Committed by
Alexandre Julliard
Sep 16, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added GetTimeZoneInformation and TIME_ZONE_ID_INVALID.
parent
05aa0486
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
winbase.h
include/winbase.h
+3
-0
No files found.
include/winbase.h
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
);
...
...
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