aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-07-20 10:59:15 +0000
committernyamatongwe <devnull@localhost>2002-07-20 10:59:15 +0000
commit735dab44eadf0cbd599af11702e68046ebdf1748 (patch)
tree7be5212f71209eeef66b8bd3914707f0dfee28ca
parent99c2452f81122cf1797b14dcceb468adf6384dc8 (diff)
downloadscintilla-mirror-735dab44eadf0cbd599af11702e68046ebdf1748.tar.gz
Module definition file ensures exported symbols use sensible names.
-rw-r--r--win32/Scintilla.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/Scintilla.def b/win32/Scintilla.def
new file mode 100644
index 000000000..7ff903b45
--- /dev/null
+++ b/win32/Scintilla.def
@@ -0,0 +1,2 @@
+EXPORTS
+ Scintilla_DirectFunction \ No newline at end of file