WIP Windows fix

This commit is contained in:
Nishi 2026-06-25 20:18:21 +09:00
commit 5d268b1f36
7 changed files with 64 additions and 21 deletions

18
include/sj4ime/sj4ime.h Normal file
View file

@ -0,0 +1,18 @@
#ifndef __SJ4IME_H__
#define __SJ4IME_H__
#include <sj4lib.h>
#ifdef __cplusplus
extern "C" {
#endif
typedef struct sj4ime Sj4Ime;
Sj4Ime* sj4_ime(int charset, const char* dict);
#ifdef __cplusplus
}
#endif
#endif

View file

@ -1,4 +0,0 @@
#ifndef __SJ_IME_H__
#define __SJ_IME_H__
#endif