aboutsummaryrefslogtreecommitdiff
path: root/src/3rdParty/efsw/platform/win/ThreadImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdParty/efsw/platform/win/ThreadImpl.cpp')
-rw-r--r--[-rwxr-xr-x]src/3rdParty/efsw/platform/win/ThreadImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdParty/efsw/platform/win/ThreadImpl.cpp b/src/3rdParty/efsw/platform/win/ThreadImpl.cpp
index d0fde8b..463934c 100755..100644
--- a/src/3rdParty/efsw/platform/win/ThreadImpl.cpp
+++ b/src/3rdParty/efsw/platform/win/ThreadImpl.cpp
@@ -8,7 +8,7 @@
8 8
9namespace efsw { namespace Platform { 9namespace efsw { namespace Platform {
10 10
11ThreadImpl::ThreadImpl( Thread* owner ) { 11ThreadImpl::ThreadImpl( efsw::Thread* owner ) {
12 mThread = reinterpret_cast<HANDLE>( 12 mThread = reinterpret_cast<HANDLE>(
13 _beginthreadex( NULL, 0, &ThreadImpl::entryPoint, owner, 0, &mThreadId ) ); 13 _beginthreadex( NULL, 0, &ThreadImpl::entryPoint, owner, 0, &mThreadId ) );
14 14