[vlc-commits] Skins: include config.h

Jean-Baptiste Kempf git at videolan.org
Thu Feb 24 13:09:28 CET 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb 24 13:08:02 2011 +0100| [a79544241d16746adf1de66b98d2974598cf8465] | committer: Jean-Baptiste Kempf

Skins: include config.h

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

 modules/gui/skins2/win32/win32_factory.hpp |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/modules/gui/skins2/win32/win32_factory.hpp b/modules/gui/skins2/win32/win32_factory.hpp
index 27b375a..030a0d3 100644
--- a/modules/gui/skins2/win32/win32_factory.hpp
+++ b/modules/gui/skins2/win32/win32_factory.hpp
@@ -25,6 +25,10 @@
 #ifndef WIN32_FACTORY_HPP
 #define WIN32_FACTORY_HPP
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <windows.h>
 #include <shellapi.h>
 // #include <wingdi.h>



More information about the vlc-commits mailing list