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.

   Neil

_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to