]> git.sesse.net Git - vlc/blobdiff - plugins/gtk/gtk_playlist.c
* ALL: internationalized all configuration strings.
[vlc] / plugins / gtk / gtk_playlist.c
index 2edefd3b720aa4890ce08a62cb8467b7b3b7c53a..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.27 2002/01/17 23:02:45 gbazin 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( _MSC_VER )
+#if (!defined( WIN32 ) || defined(__MINGW32__))
+/* Mingw has its own version of dirent */
 #   include <dirent.h>
 #endif