Thanks.
I did not commit this. :)

On 4/25/08, Peter Stuge <[EMAIL PROTECTED]> wrote:
> Alon,
>
>
>  On Thu, Apr 24, 2008 at 07:43:59PM +0300, Alon Bar-Lev wrote:
>  > +++ src/include/winconfig.h.in        (working copy)
>  > @@ -67,11 +67,17 @@
>  >  #endif
>  >
>  >  #ifndef S_IRUSR
>  > +#ifdef S_IREAD
>  >  #define S_IRUSR S_IREAD
>  > +#else
>  > +#define S_IRUSR _S_IREAD
>  >  #endif
>  >
>  >  #ifndef S_IWUSR
>  > +#ifdef S_IWRITE
>  >  #define S_IWUSR S_IWRITE
>  > +#else
>  > +#define S_IWUSR _S_IWRITE
>  >  #endif
>
>
> I think two #endif:s are missing.
>
>
>  //Peter
>  _______________________________________________
>  opensc-devel mailing list
>  opensc-devel@lists.opensc-project.org
>  http://www.opensc-project.org/mailman/listinfo/opensc-devel
>
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to