Functioning sj4lib

This commit is contained in:
Nishi 2026-06-21 23:53:20 +09:00
commit 3ccb4e5b29
6 changed files with 210 additions and 39 deletions

View file

@ -261,7 +261,7 @@ opendict(SJ4_CONTEXT char* name, char* passwd) {
u_char* dp;
VFile vf;
#ifdef EMBED
#if defined(EMBED) || defined(EMBED_PLUS)
memset(&vf, 0, sizeof(vf));
if(strcmp(name, "sj4main.dic") == 0) {