missing externals for digital mars

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2003-05-07 13:09:14 +00:00
parent e81cf2eb73
commit 44e8cf38f1
3 changed files with 22 additions and 0 deletions

4
lib/_sc/Readme.txt Normal file
View File

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

7
lib/_sc/shell32_sc.def Normal file
View File

@@ -0,0 +1,7 @@
LIBRARY shell32
EXETYPE NT
SUBSYSTEM WINDOWS
EXPORTS
_ExtractIconA@12 = ExtractIconA
_ExtractIconExA@20 = ExtractIconExA

11
lib/_sc/wsock32_sc.def Normal file
View File

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