mirror of https://github.com/neutrinolabs/xrdp
win32 fix
This commit is contained in:
parent
e0d2711c90
commit
e00f110d54
|
@ -62,7 +62,7 @@ long APP_CC
|
|||
g_get_threadid(void)
|
||||
{
|
||||
#if defined(_WIN32)
|
||||
return 0;
|
||||
return (long)GetCurrentThreadId();
|
||||
#else
|
||||
return (long)pthread_self();
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue