mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
dllimport/export #6926
This commit is contained in:
@@ -32,9 +32,9 @@
|
||||
#include <string>
|
||||
|
||||
namespace IfcUtil {
|
||||
std::u32string::value_type convert_codepage(int codepage, int index);
|
||||
std::string convert_utf8(const std::u32string& string);
|
||||
std::u32string convert_utf8(const std::string& string);
|
||||
IFC_PARSE_API std::u32string::value_type convert_codepage(int codepage, int index);
|
||||
IFC_PARSE_API std::string convert_utf8(const std::u32string& string);
|
||||
IFC_PARSE_API std::u32string convert_utf8(const std::string& string);
|
||||
} // namespace IfcUtil
|
||||
|
||||
namespace IfcParse {
|
||||
|
||||
Reference in New Issue
Block a user