lr win32 build fix

This commit is contained in:
Flyinghead 2024-04-10 18:10:21 +02:00
parent 108c8a4b5d
commit 5541d34a9e
1 changed files with 5 additions and 0 deletions

View File

@ -139,3 +139,8 @@ void dc_loadstate(int index = 0)
{ {
die("unsupported"); die("unsupported");
} }
#ifdef _WIN32
void os_SetThreadName(const char *name) {
}
#endif