mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +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)
|
int osd_getpid(void)
|
||||||
{
|
{
|
||||||
return -1;
|
return GetCurrentProcessId();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user