Adjusted workflow.
This commit is contained in:
11
src/system/System_W32.cpp
Normal file
11
src/system/System_W32.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "ehs/system/System_W32.h"
|
||||
|
||||
#include <shellapi.h>
|
||||
|
||||
namespace ehs
|
||||
{
|
||||
void System::OpenURI(const Str_8& uri)
|
||||
{
|
||||
ShellExecuteA(nullptr, "open", uri, nullptr, nullptr, SW_SHOW);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user