Neil Hodgson wrote:
Florian Balmer:

Scintilla.h:
...
struct NotifyHeader
void *hwndFrom

   It is likely to be the next line where idFrom is now UINT_PTR in
the Windows headers rather than UINT as shown in the Windows
documentation.

typedef struct tagNMHDR
{
    HWND      hwndFrom;
    UINT_PTR  idFrom;
    UINT      code;         // NM_ code
}   NMHDR;

   It should be OK to make idFrom be a uptr_t in Scintilla.h although
there could be issues with client code.

Like any code that [explicitly or implicitly] expects ints, longs, and pointers to be a) all 4 bytes, or b) at least all the same size?

Robert Roessler
[EMAIL PROTECTED]
http://www.rftp.com
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to