Add missing definition to winbase.h

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Changelog:


* include/winbase.h

   Mike McCormack <mike@xxxxxxxxxxxxxxx>
   Add SystemTimeToTzSpecificLocalTime to winbase.h

--
Francois Gouget
fgouget@xxxxxxxxxxxxxxx

Index: include/winbase.h
===================================================================
RCS file: /home/cvs/wine/include/winbase.h,v
retrieving revision 1.204
diff -u -r1.204 winbase.h
--- include/winbase.h	5 Jan 2004 23:42:09 -0000	1.204
+++ include/winbase.h	12 Jan 2004 18:23:06 -0000
@@ -1533,6 +1533,7 @@
 void        WINAPI SwitchToFiber(LPVOID);
 BOOL        WINAPI SwitchToThread(void);
 BOOL        WINAPI SystemTimeToFileTime(const SYSTEMTIME*,LPFILETIME);
+BOOL        WINAPI SystemTimeToTzSpecificLocalTime(LPTIME_ZONE_INFORMATION,LPSYSTEMTIME,LPSYSTEMTIME);
 DWORD       WINAPI TlsAlloc(void);
 BOOL        WINAPI TlsFree(DWORD);
 LPVOID      WINAPI TlsGetValue(DWORD);

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux