[vlc-devel] Re: [PATCH]0.8.6-bugfix branch compile problem
Nick Vercammen
nick.vercammen at intec.ugent.be
Thu Mar 8 09:42:38 CET 2007
Well the problem was that the FromWide method could not be found. There
was a backport made for unicode on windows made by courmish. I talked to
xtophe on IRC and apparently the build bots had some problems to.
grtz,
Nick
Nick Vercammen schreef:
> Hi,
>
> this should solve the current compile problem on the 0.8.6-bugfix
> branch.
>
> greetz,
>
> Nick
> ------------------------------------------------------------------------
>
> Index: vlc.c
> ===================================================================
> --- vlc.c (revision 19227)
> +++ vlc.c (working copy)
> @@ -39,6 +39,7 @@
> #include <vlc/vlc.h>
>
> #ifdef WIN32
> +#include <include/charset.h>
> extern void __wgetmainargs(int *argc, wchar_t ***wargv, wchar_t ***wenviron,
> int expand_wildcards, int *startupinfo);
> #endif
>
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list