mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
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 */
|
||||
static void xs_init(void)
|
||||
static void xs_init(pTHX)
|
||||
{
|
||||
extern void boot_wine(CV *cv);
|
||||
newXS("wine::bootstrap", boot_wine,__FILE__);
|
||||
|
Loading…
Reference in New Issue
Block a user