winpr/thread: fix test compilation on windows
Use DWORD instead of QWORD.
This commit is contained in:
parent
d9d1759abc
commit
ab8d83c8fc
@ -14,7 +14,7 @@ static void* thread_func(void* arg)
|
||||
int TestThreadExitThread(int argc, char* argv[])
|
||||
{
|
||||
HANDLE thread;
|
||||
QWORD waitResult;
|
||||
DWORD waitResult;
|
||||
int i;
|
||||
|
||||
/* FIXME: create some noise to better guaranty the test validity and
|
||||
|
Loading…
Reference in New Issue
Block a user