On 14/01/2013 8:37 AM, Diego Biurrun wrote:
> Something along the lines of
> 
>   #if defined(_MSC_VER)
>   #define FMT %Iu
>   #else
>   #define FMT %zu
>   #endif
> 
> and replacing %zu by FMT below seems simpler.  Or is there something
> I am missing?

I wasn't able to get that to expand properly. (tested with cl -E).

Perhaps someone with a better understanding of inline macro expansion could
try?

- Derek
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to