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:
parent
e81cf2eb73
commit
44e8cf38f1
3 changed files with 22 additions and 0 deletions
4
lib/_sc/Readme.txt
Normal file
4
lib/_sc/Readme.txt
Normal 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
7
lib/_sc/shell32_sc.def
Normal 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
11
lib/_sc/wsock32_sc.def
Normal 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
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue