From bc5955bc356fae0285c6f95ccfc8f32ec3174487 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 7 Nov 2014 09:54:56 -0500 Subject: [PATCH] More TODOs. --- wintable/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wintable/main.c b/wintable/main.c index 474348e..0b5e210 100644 --- a/wintable/main.c +++ b/wintable/main.c @@ -27,7 +27,7 @@ // - http://msdn.microsoft.com/en-us/library/windows/desktop/bb775574%28v=vs.85%29.aspx // - hscroll (harder) // - keyboard navigation -// - mousewheel navigation +// - mousewheel navigation is only available on Vista and up :/ #define tableWindowClass L"gouitable"