[vlc-commits] skins2: Fix win32 build

Hugo Beauzée-Luyssen git at videolan.org
Tue Jan 24 14:05:07 CET 2017


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Jan 24 14:04:43 2017 +0100| [2a695b7b3322c70df8b0dddc728d59a57b8a11d3] | committer: Hugo Beauzée-Luyssen

skins2: Fix win32 build

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

 modules/gui/skins2/win32/win32_dragdrop.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/skins2/win32/win32_dragdrop.cpp b/modules/gui/skins2/win32/win32_dragdrop.cpp
index 098ef65..bb936ac 100644
--- a/modules/gui/skins2/win32/win32_dragdrop.cpp
+++ b/modules/gui/skins2/win32/win32_dragdrop.cpp
@@ -24,7 +24,7 @@
 
 #ifdef WIN32_SKINS
 
-#include "win32/win32_dragdrop.hpp"
+#include "win32_dragdrop.hpp"
 #include "../commands/cmd_add_item.hpp"
 #include "../events/evt_dragndrop.hpp"
 #include <list>



More information about the vlc-commits mailing list