Compile fix for multi-threaded perl.
This commit is contained in:
parent
262cbcdb09
commit
a662fabaaa
|
@ -152,7 +152,7 @@ unsigned long perl_call_wine
|
||||||
|
|
||||||
|
|
||||||
/* perl extension initialisation */
|
/* perl extension initialisation */
|
||||||
static void xs_init(void)
|
static void xs_init(pTHX)
|
||||||
{
|
{
|
||||||
extern void boot_wine(CV *cv);
|
extern void boot_wine(CV *cv);
|
||||||
newXS("wine::bootstrap", boot_wine,__FILE__);
|
newXS("wine::bootstrap", boot_wine,__FILE__);
|
||||||
|
|
Loading…
Reference in New Issue