diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-24 14:14:20 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-24 14:14:20 +0000 |
commit | 682fc664ee45afb274c9c458c0386b897c881a4b (patch) | |
tree | de5721160552718d64eee2c78f31c0a0fc04c95e /win32/win32.h | |
parent | 6f4183fe04888927cb36b966262c959c5166404b (diff) | |
download | perl-682fc664ee45afb274c9c458c0386b897c881a4b.tar.gz |
force linkage of the function wrappers for globals in change#4878
p4raw-link: @4878 on //depot/perl: 6f4183fe04888927cb36b966262c959c5166404b
p4raw-id: //depot/perl@4879
Diffstat (limited to 'win32/win32.h')
-rw-r--r-- | win32/win32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/win32.h b/win32/win32.h index 9d56578229..d447f2bb07 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -123,6 +123,7 @@ struct utsname { #define PERL_SOCK_SYSREAD_IS_RECV #define PERL_SOCK_SYSWRITE_IS_SEND +#define PERL_NO_FORCE_LINK /* no need for PL_force_link_funcs */ /* if USE_WIN32_RTL_ENV is not defined, Perl uses direct Win32 calls * to read the environment, bypassing the runtime's (usually broken) |