mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
osdlib: GetCurrentProcessId is valid on uwp (nw)
This commit is contained in:
parent
ea5d2a6f4a
commit
ff21c59e8a
@ -182,6 +182,6 @@ char *osd_get_clipboard_text(void)
|
||||
|
||||
int osd_getpid(void)
|
||||
{
|
||||
return -1;
|
||||
return GetCurrentProcessId();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user