summaryrefslogtreecommitdiffstats
path: root/src/GvimExt/gvimext_ming.def
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2004-06-24 15:53:16 +0000
committerBram Moolenaar <Bram@vim.org>2004-06-24 15:53:16 +0000
commitf4b8e57ffd048f9ca46dd7618939ba7a1b2294ec (patch)
tree08865b59e356d861c0d1321e4adaef8385e53635 /src/GvimExt/gvimext_ming.def
parent69a7cb473ceae109b61fae9aa04ee0c29afba5d9 (diff)
updated for version 7.0002
Diffstat (limited to 'src/GvimExt/gvimext_ming.def')
-rw-r--r--src/GvimExt/gvimext_ming.def10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/GvimExt/gvimext_ming.def b/src/GvimExt/gvimext_ming.def
new file mode 100644
index 0000000000..0b47d7dea0
--- /dev/null
+++ b/src/GvimExt/gvimext_ming.def
@@ -0,0 +1,10 @@
+;gvimdef_ming.def : Declares the module parameters for the DLL.
+;The mingw environment doesn't know anything about private declarations
+;Hence this is the same file as gvimext.def with private removed
+
+LIBRARY gvimext
+DESCRIPTION 'Vim Shell Extension build with MinGW'
+
+EXPORTS
+ DllCanUnloadNow = DllCanUnloadNow@0
+ DllGetClassObject = DllGetClassObject@12