new prefix_locked bits conditionalized to WIN32

This commit is contained in:
nhmall
2019-11-11 11:46:49 -05:00
parent bc69fc65d2
commit 91b4bd0da9
3 changed files with 9 additions and 2 deletions

View File

@@ -398,7 +398,9 @@ E const char *const monexplain[], invisexplain[], *const oclass_names[];
#endif
E char *fqn_prefix[PREFIX_COUNT];
#ifdef WIN32
E boolean fqn_prefix_locked[PREFIX_COUNT];
#endif
#ifdef PREFIXES_IN_USE
E char *fqn_prefix_names[PREFIX_COUNT];
#endif