diff options
| -rw-r--r-- | wintable/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |
