remove const
This commit is contained in:
parent
28511a368e
commit
5edeaeed51
1 changed files with 2 additions and 2 deletions
|
@ -130,8 +130,8 @@ void dbg_init()
|
||||||
|
|
||||||
if (wine_get_host_version)
|
if (wine_get_host_version)
|
||||||
{
|
{
|
||||||
const char* sysname = NULL;
|
char* sysname = NULL;
|
||||||
const char* release = NULL;
|
char* release = NULL;
|
||||||
|
|
||||||
wine_get_host_version(&sysname, &release);
|
wine_get_host_version(&sysname, &release);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue