Forward-declare struct _pthread_cleanup_buffer, as it is

Linux-specific and not available in the headers of other systems.
This commit is contained in:
Gerald Pfeifer 2003-03-21 00:33:33 +00:00 committed by Alexandre Julliard
parent 9612383678
commit 69497b3c97
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
struct _pthread_cleanup_buffer;
#include "config.h"
#include "wine/port.h"