TTGuoying / IOCPServer

A IOCP Server Class on Windows!
MIT License
89 stars 89 forks source link

x64 is bad #3

Open cqsflj opened 3 years ago

cqsflj commented 3 years ago

f1u2c3k your mother!!!!!

cqsflj commented 3 years ago
if (NULL == CreateIoCompletionPort((HANDLE)newSockContext->connSocket, completionPort, (DWORD)newSockContext, 0))

if (NULL == CreateIoCompletionPort((HANDLE)newSockContext->connSocket, completionPort, (ULONG_PTR)newSockContext, 0))
LzwCracker commented 1 year ago

DWORD-->ULONG_PTR