comparison gui/win32/playlist.c @ 23091:52488bb09d90

Consistently use quotes instead of angled brackets in #include statements for non-system headers.
author diego
date Wed, 25 Apr 2007 07:34:56 +0000
parents 8e9b11648f40
children 609236ad27f4
comparison
equal deleted inserted replaced
23090:a6aa62e45f37 23091:52488bb09d90
20 * along with MPlayer; if not, write to the Free Software 20 * along with MPlayer; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 */ 22 */
23 23
24 #include <windows.h> 24 #include <windows.h>
25 #include <mp_msg.h> 25
26 #include "mp_msg.h"
26 #include "playlist.h" 27 #include "playlist.h"
27 28
28 /* TODO: implement sort_playlist */ 29 /* TODO: implement sort_playlist */
29 30
30 BOOL adddirtoplaylist(playlist_t *playlist, const char *path, BOOL recursive) 31 BOOL adddirtoplaylist(playlist_t *playlist, const char *path, BOOL recursive)