Fixed "System::OpenURI". Added SHA256. Added URI safe Base64 methods.
This commit is contained in:
@@ -8,7 +8,7 @@ namespace ehs
|
||||
class EHS_LIB_IO BaseSystem
|
||||
{
|
||||
public:
|
||||
static void OpenURI(const Str_8& uri);
|
||||
static void OpenURI(Str_8 uri);
|
||||
|
||||
static Str_8 OpenFileDialog(const Str_8 &dir, const Str_8 &filters);
|
||||
|
||||
|
Reference in New Issue
Block a user