mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +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);
|
||||
}
|
||||
|
||||
void OpenWebpage( const char* url )
|
||||
static void OpenWebpage( const char* url )
|
||||
{
|
||||
#ifdef _WIN32
|
||||
ShellExecuteA( nullptr, nullptr, url, nullptr, nullptr, 0 );
|
||||
|
Loading…
Reference in New Issue
Block a user