On 13/08/2012 1:31 PM, Derek Buitenhuis wrote:
> On 13/08/2012 1:29 PM, Måns Rullgård wrote:
>> So if (ms_runtime && !mingw) { apply_workarounds; }
> 
> Sure. I am not familiar enough with MSVCRT to know MSVCRT-specific symbosl
> to check for. Can anyone else comment?

I think a good choice would be the w or _w prefixed (widechar) functions.

These are only present in MSVCRT. I think a good candidate might be something
like _wgetenv.

Opinions?

- Derek

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

Reply via email to