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 + +