1
0
Fork 0

Use Windows data types to make possible a Win64 build

This commit is contained in:
Frederic Bouvier 2010-02-07 22:27:45 +01:00
parent ba4a051c6c
commit 32b564ffaf

View file

@ -365,7 +365,8 @@ struct Parameters {
DWORD WINAPI
ThreadProc(void* p)
{
unsigned long pN1, pN2;
DWORD pN1;
ULONG_PTR pN2;
OVERLAPPED* pOverLapped;
while( GetQueuedCompletionStatus(gIoPort, &pN1, &pN2, &pOverLapped, INFINITE)) {