On Wed, Jul 4, 2012 at 8:50 PM, Sebastian Dransfeld <s...@tango.flipp.net> 
wrote:
>
> For what? Curious...

gethostname()

Vincent

>
> Den 4. juli 2012 kl. 20:37 skrev "Enlightenment SVN" 
> <no-re...@enlightenment.org>:
>
>> Log:
>> Efreet: winsock2.h needed on Windows
>>
>>
>> Author:       caro
>> Date:         2012-07-04 11:37:37 -0700 (Wed, 04 Jul 2012)
>> New Revision: 73295
>> Trac:         http://trac.enlightenment.org/e/changeset/73295
>>
>> Modified:
>>  trunk/efreet/src/lib/efreet_base.c
>>
>> Modified: trunk/efreet/src/lib/efreet_base.c
>> ===================================================================
>> --- trunk/efreet/src/lib/efreet_base.c    2012-07-04 18:36:34 UTC (rev 73294)
>> +++ trunk/efreet/src/lib/efreet_base.c    2012-07-04 18:37:37 UTC (rev 73295)
>> @@ -22,6 +22,10 @@
>>
>> #include <unistd.h>
>>
>> +#ifdef _WIN32
>> +# include <winsock2.h>
>> +#endif
>> +
>> /* define macros and variable for using the eina logging system  */
>> #define EFREET_MODULE_LOG_DOM _efreet_base_log_dom
>> static int _efreet_base_log_dom = -1;
>>
>>
>> ------------------------------------------------------------------------------
>> Live Security Virtual Conference
>> Exclusive live event will cover all the ways today's security and
>> threat landscape has changed and how IT managers can respond. Discussions
>> will include endpoint security, mobile security and the latest in malware
>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
>> _______________________________________________
>> enlightenment-svn mailing list
>> enlightenment-...@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to