From f6879c1e265e935e7a4dcc6b431247e7d6abd19b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 9 Nov 2014 02:11:39 -0500 Subject: [PATCH] More TODOs. --- wintable/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wintable/main.c b/wintable/main.c index 5004462..57110bd 100644 --- a/wintable/main.c +++ b/wintable/main.c @@ -28,6 +28,7 @@ // - hscroll // - keyboard navigation // - accessibility +// - must use MSAA as UI Automation is not included by default on Windows XP (and apparently requires SP3?) #define tableWindowClass L"gouitable"