diff --git a/src/if_perl.xs b/src/if_perl.xs index 19292b384b..b429b4756a 100644 --- a/src/if_perl.xs +++ b/src/if_perl.xs @@ -611,7 +611,7 @@ perl_runtime_link_init(char *libname, int verbose) perl_enabled(verbose) int verbose; { -#if WIN3264 +#ifdef WIN3264 char *dll = DYNAMIC_PERL_DLL; #else char *dll = *p_perldll ? (char *)p_perldll : DYNAMIC_PERL_DLL; diff --git a/src/version.c b/src/version.c index 9f5510975c..ade4e962bc 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 908, /**/ 907, /**/