mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
remove const
This commit is contained in:
parent
28511a368e
commit
5edeaeed51
@ -130,8 +130,8 @@ void dbg_init()
|
||||
|
||||
if (wine_get_host_version)
|
||||
{
|
||||
const char* sysname = NULL;
|
||||
const char* release = NULL;
|
||||
char* sysname = NULL;
|
||||
char* release = NULL;
|
||||
|
||||
wine_get_host_version(&sysname, &release);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user