[vlc-devel] commit: WinCE: guard against inclusion of missing header file ( Pierre Ynard )

git version control git at videolan.org
Tue Nov 10 06:59:28 CET 2009


vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Tue Nov 10 06:58:37 2009 +0100| [a79ab1f65d837721fc83236d7aba0808c0c17c05] | committer: Pierre Ynard 

WinCE: guard against inclusion of missing header file

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a79ab1f65d837721fc83236d7aba0808c0c17c05
---

 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 89566b2..097a699 100644
--- a/src/config/file.c
+++ b/src/config/file.c
@@ -32,7 +32,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