2008/11/28 Tiago Katcipis <[EMAIL PROTECTED]>:
> i had to make a slight change on the code because the R_OK that is only
> defined if you have posix access, since the code for read on windows _access
> is 04 i simply defined the R_OK as 04.
>
> #if HAVE_WIN32
> #include <io.h>
> #define access(_filename, _mode) _access(_filename, _mode)
> #define R_OK 04
> #endif
>
> im sending the new patch with these changes.I already tested here and
> compiled successfully.

Thanks. I've applied your patch.

-- 
Pekka.Pessi mail at nokia.com

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to