diff options
Diffstat (limited to 'win32/win32.h')
-rw-r--r-- | win32/win32.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/win32/win32.h b/win32/win32.h index bbf88bb1e5..b0ccd14d9f 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -27,12 +27,6 @@ # define win32_get_sitelib PerlEnv_sitelib_path #endif -#if defined(PERL_IMPLICIT_CONTEXT) -/* compat */ -# define GetPerlInterpreter Perl_get_context -# define SetPerlInterpreter Perl_set_context -#endif - #ifdef __GNUC__ # ifndef __int64 /* some versions seem to #define it already */ # define __int64 long long |