lr win32 build fix
This commit is contained in:
parent
108c8a4b5d
commit
5541d34a9e
|
@ -139,3 +139,8 @@ void dc_loadstate(int index = 0)
|
|||
{
|
||||
die("unsupported");
|
||||
}
|
||||
|
||||
#ifdef _WIN32
|
||||
void os_SetThreadName(const char *name) {
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue