Commit cb94c661 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: use TEXT macro with RegisterWindowMessage

parent eb86cfe7
...@@ -171,7 +171,7 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf ) ...@@ -171,7 +171,7 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
#ifdef WIN32 #ifdef WIN32
himl = NULL; himl = NULL;
p_taskbl = NULL; p_taskbl = NULL;
taskbar_wmsg = RegisterWindowMessage("TaskbarButtonCreated"); taskbar_wmsg = RegisterWindowMessage(TEXT("TaskbarButtonCreated"));
#endif #endif
/********************************* /*********************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment