log gui/win32/playlist.c @ 37195:ac6c37d85d65 default tip

age author description
Tue, 25 Feb 2014 17:47:05 +0000 ib Silence Win32 GUI's "warning: unused parameter".
Tue, 04 Dec 2012 20:06:43 +0000 ib Use boolean symbolic constants in Win32 GUI.
Thu, 06 Oct 2011 12:09:05 +0000 ib Don't use the Windows style path separator character in Win32 GUI.
Sat, 30 Jul 2011 15:36:37 +0000 diego win32 gui: replace C99 bool type by int
Thu, 21 Jul 2011 22:24:57 +0000 diego Makfile: split non-native directories from native directories in DIRS
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Sun, 31 Aug 2008 13:05:33 +0000 diego Add necessary #include <stdlib.h> for realloc/calloc/free.