2
0
mirror of https://github.com/wolfpld/tracy synced 2026-02-21 15:42:13 +00:00

Declare OpenWebpage() static.

This commit is contained in:
Bartosz Taudul
2018-08-17 17:19:06 +02:00
parent b7ac41ab1b
commit b24d9fa044

View File

@@ -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 );