Started dynamic library support.

This commit is contained in:
2024-07-21 10:45:06 -07:00
parent 64e1555d56
commit 1b70383448
2 changed files with 14 additions and 5 deletions

View File

@@ -1892,9 +1892,9 @@ namespace ehs
}
};
typedef Str<Char_32, UInt_64> Str_32;
typedef Str<Char_16, UInt_64> Str_16;
typedef Str<Char_8, UInt_64> Str_8;
EHS_LIB_IO typedef Str<Char_32, UInt_64> Str_32;
EHS_LIB_IO typedef Str<Char_16, UInt_64> Str_16;
EHS_LIB_IO typedef Str<Char_8, UInt_64> Str_8;
}
template<typename T = ehs::Char_8, typename N = ehs::UInt_64>