[vlc-devel] commit: access_http: fix cross-compilation for win32. ( Rémi Duraffort )
git version control
git at videolan.org
Tue Nov 17 11:43:49 CET 2009
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Tue Nov 17 11:33:40 2009 +0100| [f99c55b6ca8979cf27ce257d1cfe0556bcf4d6d8] | committer: Rémi Duraffort
access_http: fix cross-compilation for win32.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f99c55b6ca8979cf27ce257d1cfe0556bcf4d6d8
---
modules/access/http.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/access/http.c b/modules/access/http.c
index 37543f7..07ca300 100644
--- a/modules/access/http.c
+++ b/modules/access/http.c
@@ -59,7 +59,7 @@
#endif
#ifdef WIN32
-# include <Windows.h>
+# include <windows.h>
#endif
/*****************************************************************************
More information about the vlc-devel
mailing list