Started dynamic library support.
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user