]> git.saurik.com Git - wxWidgets.git/commitdiff
missing externals for digital mars
authorChris Elliott <biol75@york.ac.uk>
Wed, 7 May 2003 13:09:14 +0000 (13:09 +0000)
committerChris Elliott <biol75@york.ac.uk>
Wed, 7 May 2003 13:09:14 +0000 (13:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

lib/_sc/Readme.txt [new file with mode: 0644]
lib/_sc/shell32_sc.def [new file with mode: 0644]
lib/_sc/wsock32_sc.def [new file with mode: 0644]

diff --git a/lib/_sc/Readme.txt b/lib/_sc/Readme.txt
new file mode 100644 (file)
index 0000000..a006166
--- /dev/null
@@ -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 (file)
index 0000000..d51faa6
--- /dev/null
@@ -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 (file)
index 0000000..2fe6fb9
--- /dev/null
@@ -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
+
+