osdlib: GetCurrentProcessId is valid on uwp (nw)

This commit is contained in:
cracyc 2018-06-09 09:31:06 -05:00
parent ea5d2a6f4a
commit ff21c59e8a

View File

@ -182,6 +182,6 @@ char *osd_get_clipboard_text(void)
int osd_getpid(void)
{
return -1;
return GetCurrentProcessId();
}