[MPlayer-cvslog] r33888 - in trunk: Makefile gui/win32/playlist.c gui/win32/playlist.h

Reimar Döffinger Reimar.Doeffinger at gmx.de
Tue Aug 2 21:30:17 CEST 2011


On Mon, Aug 01, 2011 at 03:26:03PM +0200, Ingo Brückl wrote:
> Performance shouldn't be an issue with the GUI, but I don't
> know what you mean by "different semantic" or "special behaviour".

E.g.
BOOL a = 2;
printf("%i", a);
prints: 2

bool a = 2;
printf("%i", a);
prints: 1


More information about the MPlayer-cvslog mailing list