about summary refs log tree commit diff stats
path: root/src/os/my_cpuid_wine.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/my_cpuid_wine.c')
-rw-r--r--src/os/my_cpuid_wine.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os/my_cpuid_wine.c b/src/os/my_cpuid_wine.c
index 5a0567ec..85e8e8a8 100644
--- a/src/os/my_cpuid_wine.c
+++ b/src/os/my_cpuid_wine.c
@@ -2,6 +2,7 @@
 
 #include "my_cpuid.h"
 #include "debug.h"
+#include "build_info.h"
 
 NTSYSAPI ULONG WINAPI NtGetTickCount(VOID);
 NTSYSAPI ULONG NTAPI RtlRandom(ULONG *seed);
@@ -24,8 +25,7 @@ int getNCpu()
 
 const char* getBoxCpuName()
 {
-    static char branding[] = "libwowbox64.dll";
-    return branding;
+    return BOX64_STR;
 }
 
 uint32_t helper_getcpu(x64emu_t* emu) {