Skip to content
Snippets Groups Projects
Commit 69497b3c authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard
Browse files

Forward-declare struct _pthread_cleanup_buffer, as it is

Linux-specific and not available in the headers of other systems.
parent 96123836
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment