Joseph Galbraith:

> + Disable warning about standard c runtime library
>    functions that Microsoft doesn't like.

   Adding a long define on the command line is a little ugly. It could
be placed in Platform.h although that may be included by clients that
want to move to the new safe runtime functions. Scintilla can't move
to the safe runtime functions as they are not available on most
supported platforms. I don't even know if / when GCC will support
them.

> +#ifndef GWLP_USERDATA
> +#define GWLP_USERDATA GWL_USERDATA
> +#define GWLP_WNDPROC GWL_WNDPROC
>  #endif
> ...

   OK. We may see some issues with particular versions of headers
defining some but not all of the symbols. With Mingw and DMC, not all
of the PSDK symbols are defined and sometimes they are added in odd
orders as they are needed. DMC isn't really supported but I have
accepted patches to allow it to work.

   Neil

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

Reply via email to