Adding SwitchToThread to winbase.h

Francois Gouget fgouget at free.fr
Tue Nov 26 18:33:55 CST 2002


Changelog:

 * include/winbase.h

   Add SwitchToThread


Index: include/winbase.h
===================================================================
RCS file: /home/wine/wine/include/winbase.h,v
retrieving revision 1.167
diff -u -r1.167 winbase.h
--- include/winbase.h	25 Nov 2002 20:51:31 -0000	1.167
+++ include/winbase.h	27 Nov 2002 00:31:45 -0000
@@ -1496,6 +1496,7 @@
 VOID        WINAPI Sleep(DWORD);
 DWORD       WINAPI SleepEx(DWORD,BOOL);
 DWORD       WINAPI SuspendThread(HANDLE);
+BOOL        WINAPI SwitchToThread(void);
 BOOL        WINAPI SystemTimeToFileTime(const SYSTEMTIME*,LPFILETIME);
 DWORD       WINAPI TlsAlloc(void);
 BOOL        WINAPI TlsFree(DWORD);



-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                     Linux: the choice of a GNU generation




More information about the wine-patches mailing list