Use Windows data types to make possible a Win64 build
This commit is contained in:
parent
ba4a051c6c
commit
32b564ffaf
1 changed files with 2 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue