]> git.sesse.net Git - vlc/blobdiff - plugins/gtk/gtk_playlist.c
* ALL: internationalized all configuration strings.
[vlc] / plugins / gtk / gtk_playlist.c
index 17196e2695194887cf7674a369a7cb5275306b6e..24aa1aa15b2ba65d391c8a286f8e3c730416f1c8 100644 (file)
@@ -2,7 +2,7 @@
  * gtk_playlist.c : Interface for the playlist dialog
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: gtk_playlist.c,v 1.29 2002/02/15 13:32:53 sam Exp $
+ * $Id: gtk_playlist.c,v 1.30 2002/02/15 20:02:21 gbazin Exp $
  *
  * Authors: Pierre Baillet <oct@zoy.org>
  *          Stéphane Borel <stef@via.ecp.fr>
@@ -32,7 +32,8 @@
 
 #include <sys/types.h>          /* for readdir  and stat stuff */
 
-#if !defined( WIN32 )
+#if (!defined( WIN32 ) || defined(__MINGW32__))
+/* Mingw has its own version of dirent */
 #   include <dirent.h>
 #endif