Commit a662faba authored by Mike Castle's avatar Mike Castle Committed by Alexandre Julliard

Compile fix for multi-threaded perl.

parent 262cbcdb
......@@ -152,7 +152,7 @@ unsigned long perl_call_wine
/* perl extension initialisation */
static void xs_init(void)
static void xs_init(pTHX)
{
extern void boot_wine(CV *cv);
newXS("wine::bootstrap", boot_wine,__FILE__);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment