1
0

Fixed issues with 64-bit MSVC compilation.

This commit is contained in:
madmaxoft
2014-04-11 13:09:19 +02:00
parent 22d56d1a3f
commit f44a291da8
3 changed files with 35 additions and 21 deletions

View File

@@ -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);