WIP Windows fix
This commit is contained in:
parent
5e3b8b3b12
commit
5d268b1f36
7 changed files with 64 additions and 21 deletions
18
include/sj4ime/sj4ime.h
Normal file
18
include/sj4ime/sj4ime.h
Normal 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
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
#ifndef __SJ_IME_H__
|
||||
#define __SJ_IME_H__
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue