diff options
| author | Pietro Gagliardi <[email protected]> | 2014-12-25 09:53:45 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-12-25 09:53:45 -0500 |
| commit | 9551bbe4f031d63761132147d81b073149528357 (patch) | |
| tree | f58f30d1913c465714ac4387ca60c8d2a21824aa /wintable/new/main.c | |
| parent | 45a2b6b7315349b0611cae3b6623321ca256e6b2 (diff) | |
Added a testing implementation of IAccessible::get_accName().
Diffstat (limited to 'wintable/new/main.c')
| -rw-r--r-- | wintable/new/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wintable/new/main.c b/wintable/new/main.c index ae8d314..c5a8346 100644 --- a/wintable/new/main.c +++ b/wintable/new/main.c @@ -21,7 +21,7 @@ #include <vssym32.h> #include <oleacc.h> -// #qo LIBS: user32 kernel32 gdi32 comctl32 uxtheme ole32 oleacc uuid +// #qo LIBS: user32 kernel32 gdi32 comctl32 uxtheme ole32 oleaut32 oleacc uuid // TODO // - should tablePanic be CALLBACK or some other equivalent macro? and definitely export initTable somehow, but which alias macro to use? |
