File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 29
29
#include "libfvalue_libcerror.h"
30
30
#include "libfvalue_types.h"
31
31
32
+ #if defined( __CYGWIN__ ) || defined( __MINGW32__ )
33
+
34
+ /* This inclusion is needed otherwise some linkers mess up exporting the UTF-16 string functions.
35
+ */
36
+ #include "libfvalue_utf16_string.h"
37
+ #endif
38
+
32
39
#if defined( __cplusplus )
33
40
extern "C" {
34
41
#endif
Original file line number Diff line number Diff line change 29
29
#include "libfvalue_libcerror.h"
30
30
#include "libfvalue_types.h"
31
31
32
+ #if defined( __CYGWIN__ ) || defined( __MINGW32__ )
33
+
34
+ /* This inclusion is needed otherwise some linkers mess up exporting the UTF-8 string functions.
35
+ */
36
+ #include "libfvalue_utf8_string.h"
37
+ #endif
38
+
32
39
#if defined( __cplusplus )
33
40
extern "C" {
34
41
#endif
You can’t perform that action at this time.
0 commit comments