diff options
Diffstat (limited to 'base/platform_thread_win.cc')
-rw-r--r-- | base/platform_thread_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/platform_thread_win.cc b/base/platform_thread_win.cc index c390e18..d813bb72 100644 --- a/base/platform_thread_win.cc +++ b/base/platform_thread_win.cc @@ -30,7 +30,7 @@ DWORD __stdcall ThreadFunc(void* closure) { } // namespace // static -int PlatformThread::CurrentId() { +PlatformThreadId PlatformThread::CurrentId() { return GetCurrentThreadId(); } |