aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2007-02-01 23:11:02 +0000
committernyamatongwe <devnull@localhost>2007-02-01 23:11:02 +0000
commit8b347a49e808292ed0c20841ea8c003ac8e27014 (patch)
tree123cbbe1500e2e2aea6cc3106181720698624f9d /src
parent2dfd3066c0febc42add7fd8c9f22993db014e725 (diff)
downloadscintilla-mirror-8b347a49e808292ed0c20841ea8c003ac8e27014.tar.gz
Bug #1649350. Ensure EXT_LEXER_DECL defined on all platforms.
Diffstat (limited to 'src')
-rw-r--r--src/ExternalLexer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ExternalLexer.h b/src/ExternalLexer.h
index 76cd5938e..23ee0412b 100644
--- a/src/ExternalLexer.h
+++ b/src/ExternalLexer.h
@@ -10,8 +10,8 @@
#if PLAT_WIN
#define EXT_LEXER_DECL __stdcall
-#elif PLAT_GTK
-#define EXT_LEXER_DECL
+#else
+#define EXT_LEXER_DECL
#endif
// External Lexer function definitions...