[vlc-commits] Fix mingw build
Hugo Beauzée-Luyssen
git at videolan.org
Tue Apr 21 10:16:35 CEST 2015
npapi-vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Apr 21 10:13:03 2015 +0200| [1003f23afa1291f77e75171ea6bc483e9c82c578] | committer: Hugo Beauzée-Luyssen
Fix mingw build
> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=1003f23afa1291f77e75171ea6bc483e9c82c578
---
npapi/common.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/npapi/common.h b/npapi/common.h
index 2c77463..2286179 100644
--- a/npapi/common.h
+++ b/npapi/common.h
@@ -61,7 +61,7 @@
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
#ifdef XP_WIN
-# include <Windows.h>
+# include <windows.h>
#endif
// Include stdint before NP*.h
More information about the vlc-commits
mailing list