summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/IsThread.h
diff options
context:
space:
mode:
authordaniel0916 <theschokolps@gmail.com>2014-04-12 19:55:37 +0200
committerdaniel0916 <theschokolps@gmail.com>2014-04-12 19:55:37 +0200
commit2689a63e9cf61befba38a20b0bc0503070b05dfe (patch)
tree847a53356aa91ca677c9fc57e917ee9f9bd7fd6d /src/OSSupport/IsThread.h
parentFixed Bookshelves Checking (not completly) (diff)
parentUpdated the NetherFort prefabs to current Gallery contents. (diff)
downloadcuberite-2689a63e9cf61befba38a20b0bc0503070b05dfe.tar
cuberite-2689a63e9cf61befba38a20b0bc0503070b05dfe.tar.gz
cuberite-2689a63e9cf61befba38a20b0bc0503070b05dfe.tar.bz2
cuberite-2689a63e9cf61befba38a20b0bc0503070b05dfe.tar.lz
cuberite-2689a63e9cf61befba38a20b0bc0503070b05dfe.tar.xz
cuberite-2689a63e9cf61befba38a20b0bc0503070b05dfe.tar.zst
cuberite-2689a63e9cf61befba38a20b0bc0503070b05dfe.zip
Diffstat (limited to 'src/OSSupport/IsThread.h')
-rw-r--r--src/OSSupport/IsThread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OSSupport/IsThread.h b/src/OSSupport/IsThread.h
index 42b8bfdda..57651a490 100644
--- a/src/OSSupport/IsThread.h
+++ b/src/OSSupport/IsThread.h
@@ -62,7 +62,7 @@ protected:
HANDLE m_Handle;
- static DWORD_PTR __stdcall thrExecute(LPVOID a_Param)
+ static DWORD __stdcall thrExecute(LPVOID a_Param)
{
// Create a window so that the thread can be identified by 3rd party tools:
HWND IdentificationWnd = CreateWindow("STATIC", ((cIsThread *)a_Param)->m_ThreadName.c_str(), 0, 0, 0, 0, WS_OVERLAPPED, NULL, NULL, NULL, NULL);