aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexilla/src/Lexilla.def
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-05-11 19:58:23 +1000
committerNeil <nyamatongwe@gmail.com>2020-05-11 19:58:23 +1000
commita2360c37c6374007ba2d6ce937862ce357485fec (patch)
tree6849d7f87400707830e96e397c50a820ba55f41c /lexilla/src/Lexilla.def
parent933c417dd7fa2e4cdc83f0a8b84c3d2d17889b32 (diff)
downloadscintilla-mirror-a2360c37c6374007ba2d6ce937862ce357485fec.tar.gz
Set calling convention to stdcall to match clients and old DLL lexers and
export names undecorated.
Diffstat (limited to 'lexilla/src/Lexilla.def')
-rw-r--r--lexilla/src/Lexilla.def5
1 files changed, 5 insertions, 0 deletions
diff --git a/lexilla/src/Lexilla.def b/lexilla/src/Lexilla.def
new file mode 100644
index 000000000..4455c7a82
--- /dev/null
+++ b/lexilla/src/Lexilla.def
@@ -0,0 +1,5 @@
+EXPORTS
+ GetLexerCount
+ GetLexerName
+ GetLexerFactory
+ CreateLexer