From: Chris Elliott Date: Wed, 7 May 2003 13:09:14 +0000 (+0000) Subject: missing externals for digital mars X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/44e8cf38f196d130c4473bec4971103164183132 missing externals for digital mars git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/lib/_sc/Readme.txt b/lib/_sc/Readme.txt new file mode 100644 index 0000000000..a0061668d6 --- /dev/null +++ b/lib/_sc/Readme.txt @@ -0,0 +1,4 @@ +This directory contains files for the Digitalmars compiler, currently 8.34 beta +to resolve externals which are not present in the .lib files released by DigitalMars. + +Chris Elliott, biol75@york.ac.uk, 07 May 03 diff --git a/lib/_sc/shell32_sc.def b/lib/_sc/shell32_sc.def new file mode 100644 index 0000000000..d51faa60fc --- /dev/null +++ b/lib/_sc/shell32_sc.def @@ -0,0 +1,7 @@ +LIBRARY shell32 +EXETYPE NT +SUBSYSTEM WINDOWS +EXPORTS + _ExtractIconA@12 = ExtractIconA + _ExtractIconExA@20 = ExtractIconExA + diff --git a/lib/_sc/wsock32_sc.def b/lib/_sc/wsock32_sc.def new file mode 100644 index 0000000000..2fe6fb9a29 --- /dev/null +++ b/lib/_sc/wsock32_sc.def @@ -0,0 +1,11 @@ +LIBRARY wsock32 +EXETYPE NT +SUBSYSTEM WINDOWS +EXPORTS + _WSACleanup@0 = WSACleanup + _gethostbyaddr@12 = gethostbyaddr + _gethostbyname@4 = gethostbyname + _gethostname@8 = gethostname + _WSAStartup@8 = WSAStartup + +