Avoid DECLSPEC_NORETURN on function pointers for MSVC compatibility.
[wine] / include / wine / pthread.h
2006-01-04  Alexandre JulliardAvoid DECLSPEC_NORETURN on function pointers for MSVC...
2006-01-03  Rolf Kalbermatterinclude: Fix DECLSPEC_NORETURN for compilation with...
2005-09-13  Alexandre JulliardAvoid some warnings on 64-bit platforms.
2005-09-03  Alexandre JulliardUse explicit function pointers for pthread support...
2004-02-05  Alexandre JulliardRevert the thread exit race fix for now, it doesn't...
2004-02-05  Alexandre JulliardFixed a couple of race conditions in the wine_pthread...
2003-11-09  Alexandre JulliardMoved the remaining SYSDEPS_* functions to the wine_pth...
2003-11-05  Alexandre JulliardAdded wine_pthread_create_thread and wine_pthread_exit_...
2003-09-23  Alexandre JulliardAuthors: Juraj Hercek <juraj@syncad.com>, Eric Frias...
2003-09-03  Alexandre JulliardMoved the implementation of the pthread wrappers to...