VirtualBox

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

Last change on this file since 106517 was 104078, checked in by vboxsync, 14 months ago

openssl-3.1.5: Applied and adjusted our OpenSSL changes to 3.1.4. bugref:10638

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