Pelles C forum

Pelles C => Bug reports => Topic started by: severach on March 01, 2009, 09:24:57 AM

Title: windows.x FORWARD_WM definitions for 64 bit
Post by: severach on March 01, 2009, 09:24:57 AM
FORWARD_WM_GETICON, FORWARD_WM_MDICREATE, FORWARD_WM_QUERYDRAGICON, and FORWARD_WM_SETICON are invalid for 64 bit development. The DWORD return cast will clip handles if they ever get that big and needs to be DWORD_PTR, or perhaps nothing at all since an LRESULT casts to HANDLE as well as anything else.