VirtualBox

source: vbox/trunk/src/libs/openssl-3.1.4/Configurations/platform/Windows/cppbuilder.pm@ 103056

Last change on this file since 103056 was 102863, checked in by vboxsync, 16 months ago

openssl-3.1.4: Applied and adjusted our OpenSSL changes to 3.1.3. bugref:10577

File size: 376 bytes
Line 
1package platform::Windows::cppbuilder;
2
3use vars qw(@ISA);
4
5require platform::Windows::MSVC;
6@ISA = qw(platform::Windows::MSVC);
7
8sub pdbext { '.tds' }
9
10# C++Builder's Clang-based compilers prepend an underscore to __cdecl-convention
11# C functions, and the linker needs those as the InternalName in the .def file.
12sub export2internal {
13 return "_$_[1]";
14}
15
161;
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette