[vlc-devel] commit: WinCE: factorize the file access code (and make it work) ( Geoffroy Couprie )
Rémi Denis-Courmont
rdenis at simphalempin.com
Mon Oct 6 14:12:59 CEST 2008
On Mon, 6 Oct 2008 12:40:43 +0200 (CEST), git at videolan.org (git version
control) wrote:
> +/* FIXME the commandline on wince is a mess */
> +# define dup(a) -1
Generally speaking...
This would avoid breaking the priority rules (although still not
expansion-safe):
# define dup(a) (-1)
--
Rémi Denis-Courmont
More information about the vlc-devel
mailing list