We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7cc09a commit 11a38e7Copy full SHA for 11a38e7
src/if_perl.xs
@@ -27,7 +27,9 @@
27
/* Work around for perl-5.18.
28
* Don't include "perl\lib\CORE\inline.h" for now,
29
* include it after Perl_sv_free2 is defined. */
30
-#define PERL_NO_INLINE_FUNCTIONS
+#ifdef DYNAMIC_PERL
31
+# define PERL_NO_INLINE_FUNCTIONS
32
+#endif
33
34
/*
35
* Prevent including winsock.h. perl.h tries to detect whether winsock.h is
src/version.c
@@ -738,6 +738,8 @@ static char *(features[]) =
738
739
static int included_patches[] =
740
{ /* Add new patch number below this line */
741
+/**/
742
+ 120,
743
/**/
744
119,
745
0 commit comments