diff options
author | nyamatongwe <unknown> | 2002-07-20 10:59:15 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2002-07-20 10:59:15 +0000 |
commit | ddb8a62e840194a32f02f3db8225735bdb960eb0 (patch) | |
tree | 7be5212f71209eeef66b8bd3914707f0dfee28ca /win32/Scintilla.def | |
parent | 5b3026985488c90e95000a1e2be7c044e5296fbb (diff) | |
download | scintilla-mirror-ddb8a62e840194a32f02f3db8225735bdb960eb0.tar.gz |
Module definition file ensures exported symbols use sensible names.
Diffstat (limited to 'win32/Scintilla.def')
-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 |