We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d305316 commit 2583a3dCopy full SHA for 2583a3d
1 file changed
src/hsp3/hsp3utfcnv.h
@@ -7,6 +7,9 @@
7
8
#include <stdio.h>
9
10
+#include "hsp3config.h"
11
+#include "hsp3struct.h"
12
+
13
//------------------------------------------------------------//
14
/*
15
windows UTF8,UTF-16 / File 関連のユーティリティ
@@ -15,9 +18,6 @@
18
16
19
#ifdef HSPWIN
17
20
-#include "hsp3config.h"
-#include "hsp3struct.h"
-
21
// Wide/Multibyte conversion
22
//
23
int hsp3_to_utf16(void* out, char* in, int bufsize);
0 commit comments