[vlc-devel] commit: WinCE: guard against inclusion of missing header file ( Pierre Ynard )
git version control
git at videolan.org
Thu Nov 12 07:40:22 CET 2009
vlc | branch: 1.0-bugfix | Pierre Ynard <linkfanel at yahoo.fr> | Tue Nov 10 06:58:37 2009 +0100| [6d723745342030f5774da01862ffea373df6377e] | committer: Pierre Ynard
WinCE: guard against inclusion of missing header file
(cherry picked from commit a79ab1f65d837721fc83236d7aba0808c0c17c05)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6d723745342030f5774da01862ffea373df6377e
---
src/config/file.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/config/file.c b/src/config/file.c
index e2c92ec..58a8d52 100644
--- a/src/config/file.c
+++ b/src/config/file.c
@@ -37,7 +37,7 @@
#include <sys/stat.h>
#ifdef __APPLE__
# include <xlocale.h>
-#else
+#elif defined(HAVE_USELOCALE)
#include <locale.h>
#endif
More information about the vlc-devel
mailing list