This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
refactor win32_get_*lib() funcs to match rest of PERL_IMPLICIT_SYS API
[perl5.git] / win32 / wince.c
index 61eeecb..b3c5b52 100644 (file)
 #define EXECF_SPAWN_NOWAIT 3
 
 #if defined(PERL_IMPLICIT_SYS)
-#  undef win32_get_privlib
-#  define win32_get_privlib g_win32_get_privlib
-#  undef win32_get_sitelib
-#  define win32_get_sitelib g_win32_get_sitelib
-#  undef win32_get_vendorlib
-#  define win32_get_vendorlib g_win32_get_vendorlib
 #  undef do_spawn
 #  define do_spawn g_do_spawn
 #  undef getlogin