add missing definition for TzSpecificLocalTimeToSystemTime
authorSylvain Petreolle <spetreolle@yahoo.fr>
Sat, 2 May 2009 12:40:29 +0000 (12:40 +0000)
committerSylvain Petreolle <spetreolle@yahoo.fr>
Sat, 2 May 2009 12:40:29 +0000 (12:40 +0000)
svn path=/trunk/; revision=40771

reactos/include/psdk/winbase.h

index 0baf57e..87711fb 100644 (file)
@@ -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);