mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 12:53:51 +00:00
Declare OpenWebpage() static.
This commit is contained in:
parent
b7ac41ab1b
commit
b24d9fa044
@ -28,7 +28,7 @@ static void glfw_error_callback(int error, const char* description)
|
|||||||
fprintf(stderr, "Error %d: %s\n", error, description);
|
fprintf(stderr, "Error %d: %s\n", error, description);
|
||||||
}
|
}
|
||||||
|
|
||||||
void OpenWebpage( const char* url )
|
static void OpenWebpage( const char* url )
|
||||||
{
|
{
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
ShellExecuteA( nullptr, nullptr, url, nullptr, nullptr, 0 );
|
ShellExecuteA( nullptr, nullptr, url, nullptr, nullptr, 0 );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user