winpr/thread: fix test compilation on windows
authorBernhard Miklautz <bernhard.miklautz@thincast.com>
Wed, 3 Jun 2015 13:53:44 +0000 (15:53 +0200)
committerBernhard Miklautz <bernhard.miklautz@thincast.com>
Mon, 22 Jun 2015 17:09:59 +0000 (19:09 +0200)
Use DWORD instead of QWORD.

winpr/libwinpr/thread/test/TestThreadExitThread.c

index 9b37276..2376bd1 100644 (file)
@@ -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