diff options
author | nyamatongwe <devnull@localhost> | 2002-07-20 10:59:15 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2002-07-20 10:59:15 +0000 |
commit | 735dab44eadf0cbd599af11702e68046ebdf1748 (patch) | |
tree | 7be5212f71209eeef66b8bd3914707f0dfee28ca | |
parent | 99c2452f81122cf1797b14dcceb468adf6384dc8 (diff) | |
download | scintilla-mirror-735dab44eadf0cbd599af11702e68046ebdf1748.tar.gz |
Module definition file ensures exported symbols use sensible names.
-rw-r--r-- | win32/Scintilla.def | 2 |
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 |