Skip to content

Commit

Permalink
Applied updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Jan 6, 2024
1 parent ba2056c commit 7d9e886
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions libfvalue/libfvalue_split_utf16_string.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
#include "libfvalue_libcerror.h"
#include "libfvalue_types.h"

#if defined( __CYGWIN__ ) || defined( __MINGW32__ )

/* This inclusion is needed otherwise some linkers mess up exporting the UTF-16 string functions.
*/
#include "libfvalue_utf16_string.h"
#endif

#if defined( __cplusplus )
extern "C" {
#endif
Expand Down
7 changes: 7 additions & 0 deletions libfvalue/libfvalue_split_utf8_string.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
#include "libfvalue_libcerror.h"
#include "libfvalue_types.h"

#if defined( __CYGWIN__ ) || defined( __MINGW32__ )

/* This inclusion is needed otherwise some linkers mess up exporting the UTF-8 string functions.
*/
#include "libfvalue_utf8_string.h"
#endif

#if defined( __cplusplus )
extern "C" {
#endif
Expand Down

0 comments on commit 7d9e886

Please sign in to comment.