14 Aug
2006
14 Aug
'06
6:52 a.m.
"Kai Blin" <kai.blin(a)gmail.com> wrote:
phNewContext->dwUpper = ctxt_attr; - phNewContext->dwLower = ret; + phNewContext->dwLower = (DWORD)helper;
You need to cast to ULONG_PTR to make the code 64-bit safe. Also please fix (DWORD)helper casts in other places. -- Dmitry.