diff options
Diffstat (limited to 'engines/sci/include/vocabulary.h')
-rw-r--r-- | engines/sci/include/vocabulary.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/include/vocabulary.h b/engines/sci/include/vocabulary.h index 2219f0ee2a..4bf0a870ef 100644 --- a/engines/sci/include/vocabulary.h +++ b/engines/sci/include/vocabulary.h @@ -72,7 +72,7 @@ typedef struct opcode_ #define VOCAB_CLASS_IMPERATIVE_VERB 0x80 #define VOCAB_CLASS_NUMBER 0x001 -extern DLLEXTERN const char *class_names[]; /* Vocabulary class names */ +extern const char *class_names[]; /* Vocabulary class names */ #define VOCAB_CLASS_ANYWORD 0xff /* Anywords are ignored by the parser */ |