fix some compiler warnings

This commit is contained in:
FunkyFr3sh 2023-09-06 20:06:03 +02:00
parent f4fd9bfe3d
commit 60d85725f5
4 changed files with 6 additions and 6 deletions

View file

@ -130,8 +130,8 @@ void dbg_init()
if (wine_get_host_version)
{
char* sysname = NULL;
char* release = NULL;
const char* sysname = NULL;
const char* release = NULL;
wine_get_host_version(&sysname, &release);