Skip to content

Commit 7d9e886

Browse files
committed
Applied updates
1 parent ba2056c commit 7d9e886

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

libfvalue/libfvalue_split_utf16_string.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
#include "libfvalue_libcerror.h"
3030
#include "libfvalue_types.h"
3131

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+
3239
#if defined( __cplusplus )
3340
extern "C" {
3441
#endif

libfvalue/libfvalue_split_utf8_string.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
#include "libfvalue_libcerror.h"
3030
#include "libfvalue_types.h"
3131

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+
3239
#if defined( __cplusplus )
3340
extern "C" {
3441
#endif

0 commit comments

Comments
 (0)