dllimport/export #6926

This commit is contained in:
Thomas Krijnen
2025-09-26 14:24:49 +02:00
parent 21137b9268
commit ce91d296b6
44 changed files with 957 additions and 860 deletions
+2 -3
View File
@@ -84,10 +84,9 @@ enum filetype {
FT_AUTODETECT
};
filetype guess_file_type(const std::string& fn);
IFC_PARSE_API filetype guess_file_type(const std::string& fn);
class InstanceStreamer {
class IFC_PARSE_API InstanceStreamer {
private:
IfcSpfStream* stream_;
IfcSpfLexer* lexer_;