mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:05:49 +00:00
add missing definition for TzSpecificLocalTimeToSystemTime
svn path=/trunk/; revision=40771
This commit is contained in:
parent
b9d3fc47cc
commit
40892ef9b8
1 changed files with 1 additions and 0 deletions
|
@ -2146,6 +2146,7 @@ BOOL WINAPI TlsSetValue(DWORD,PVOID);
|
|||
BOOL WINAPI TransactNamedPipe(HANDLE,PVOID,DWORD,PVOID,DWORD,PDWORD,LPOVERLAPPED);
|
||||
BOOL WINAPI TransmitCommChar(HANDLE,char);
|
||||
BOOL WINAPI TryEnterCriticalSection(LPCRITICAL_SECTION);
|
||||
BOOL WINAPI TzSpecificLocalTimeToSystemTime(LPTIME_ZONE_INFORMATION,LPSYSTEMTIME,LPSYSTEMTIME);
|
||||
LONG WINAPI UnhandledExceptionFilter(LPEXCEPTION_POINTERS);
|
||||
BOOL WINAPI UnlockFile(HANDLE,DWORD,DWORD,DWORD,DWORD);
|
||||
BOOL WINAPI UnlockFileEx(HANDLE,DWORD,DWORD,DWORD,LPOVERLAPPED);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue