Re: Patch for XVID MPEG-4 DirectShow/MediaFoundation filter

Jerker Bäck <[email protected]> Mon, 13 Jun 2011 16:58:58 +0200
Newsgroups gmane.comp.video.xvid.devel
Message-ID <[email protected]>
Hi Matias,

> The string constants should be using a character set independent function,
> like _T() That's how you deal with conflict calls.

Neutralize the UNICODE define was really the very idea (by explicit using
wide functions). This is usually the style used when writing drivers or low
level windows code.

Jerker