[vlc-devel] commit: Compile fix ( Rémi Denis-Courmont )
git version control
git at videolan.org
Wed Oct 7 21:43:36 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Oct 7 21:07:27 2009 +0300| [4acb3f1fbd43adc302c5ee5c6bb21097ab356eae] | committer: Rémi Denis-Courmont
Compile fix
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4acb3f1fbd43adc302c5ee5c6bb21097ab356eae
---
modules/control/globalhotkeys/win32.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/control/globalhotkeys/win32.c b/modules/control/globalhotkeys/win32.c
index 323e802..e73bfcb 100644
--- a/modules/control/globalhotkeys/win32.c
+++ b/modules/control/globalhotkeys/win32.c
@@ -187,6 +187,8 @@ static void *Thread( void *p_data )
#define HANDLE( key ) case KEY_##key: i_vk = VK_##key; break
#define HANDLE2( key, key2 ) case KEY_##key: i_vk = VK_##key2; break
+#define KEY_SPACE ' '
+
#ifndef VK_VOLUME_DOWN
#define VK_VOLUME_DOWN 0xAE
#define VK_VOLUME_UP 0xAF
More information about the vlc-devel
mailing list