j
k
j a
j l
On 2017-06-02 19:52, phater@svn.reactos.org wrote:
aDstNextStr = (char*)((DWORD)aDstNextStr + (DWORD)bItmLen);
DWORD cannot always fit a pointer. You want DWORD_PTR for this kind of math (or simply use char *).
Show replies by date
ros-dev@reactos.org
Add to favorites Remove from favorites