Hi,

If Evil is to be private I do not think it should be included in any
example. It would be a bad example, showing users what they must NOT do :)

If EFL does not provide any portable way to replace these methods I think
it is perfectly fine to use #ifdef in these examples.

Xavi

On Sun, 16 Jun 2019, 1:00 pm Vincent Torri, <[email protected]> wrote:

> Hello
>
> I want to make Evil completely private (it seems that currently, it is
> possible), but the examples need functions /macro that do not exist on
> Windows. Namely (for now) :
>
> edje/edje-text.c line 57 : setenv
> edje/edje-textblock-hyphenation.c line 85 : LC_MESSAGES
>
> Note that, on Windows, the equivalent of setenv() is _putenv()
>
> I can include evil_private.h in these examples. Is it ok for everyone
> ? Or should I export setenv and LC_MESSAGES in Evil.h (and maybe other
> stuff ?
>
> Vincent
>
>
> _______________________________________________
> enlightenment-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>

_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to