Add missing definition to winbase.h

Francois Gouget fgouget at codeweavers.com
Fri Jan 16 05:17:55 CST 2004


Changelog:

  * include/winbase.h

    Mike McCormack <mike at codeweavers.com>
    Add SystemTimeToTzSpecificLocalTime to winbase.h

-- 
Francois Gouget
fgouget at codeweavers.com

-------------- next part --------------
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);


More information about the wine-patches mailing list