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
1 changed files with 1 additions and 1 deletions

View File

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