1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-12-16 16:35:45 +00:00

Update libcpuid_util.c

This commit is contained in:
cosmy1 2015-07-31 14:21:41 +02:00
parent fe63724d53
commit 4dbcaaf47d

View file

@ -129,7 +129,7 @@ void generic_get_cpu_list(const struct match_entry_t* matchtable, int count,
break;
}
if (!good) continue;
#ifdef _MSC_VER
#if defined(_MSC_VER)
list->names[n++] = _strdup(matchtable[i].name);
#else
list->names[n++] = strdup(matchtable[i].name);