<br><br><div class="gmail_quote">2011/11/18 Sergey Radionov <span dir="ltr"><<a href="mailto:rsatom@gmail.com">rsatom@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br><br><div class="gmail_quote"><div class="im">2011/11/18 Jean-Baptiste Kempf <span dir="ltr"><<a href="mailto:jb@videolan.org" target="_blank">jb@videolan.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

> +#ifdef _MSC_VER<br>
> +#define PROGID_STR "VideoLAN.VLCPlugin"<br>
> +#else<br>
>  #define PROGID_STR COMPANY_STR"."PROGRAM_STR<br>
> +#endif<br>
<br>
Still not at ease with this, but well...<br></blockquote></div><div>I've found good explaining: <br><a href="http://stackoverflow.com/questions/5784711/how-make-a-preprocessor-string-that-work-with-both-narrow-and-wide" target="_blank">http://stackoverflow.com/questions/5784711/how-make-a-preprocessor-string-that-work-with-both-narrow-and-wide</a><br>

</div></div>
</blockquote></div><br>anyway, I can do it different way, if you wish.<br>