[vlc-commits] Qt: use TEXT macro with RegisterWindowMessage

Jean-Baptiste Kempf git at videolan.org
Mon Jan 14 17:28:35 CET 2013


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Jan 14 18:27:45 2013 +0100| [cb94c6618d271b097c983e8e56d6e67828954ac4] | committer: Jean-Baptiste Kempf

Qt: use TEXT macro with RegisterWindowMessage

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

 modules/gui/qt4/main_interface.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index f479e4e..730fcae 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -171,7 +171,7 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
 #ifdef WIN32
     himl = NULL;
     p_taskbl = NULL;
-    taskbar_wmsg = RegisterWindowMessage("TaskbarButtonCreated");
+    taskbar_wmsg = RegisterWindowMessage(TEXT("TaskbarButtonCreated"));
 #endif
 
     /*********************************



More information about the vlc-commits mailing list