Compile fix for multi-threaded perl.

This commit is contained in:
Mike Castle 2002-08-02 19:11:09 +00:00 committed by Alexandre Julliard
parent 262cbcdb09
commit a662fabaaa

View file

@ -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__);