Module: wine Branch: master Commit: e2399a969ffa0253443a9302995a8977c7982bc1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e2399a969ffa0253443a930299... Author: Nikolay Sivov <bunglehead(a)gmail.com> Date: Tue Oct 14 22:18:08 2008 +0400 oleacc: Implemented GetRoleText[A/W] with tests. --- configure | 9 +++ configure.ac | 1 + dlls/oleacc/Makefile.in | 4 +- dlls/oleacc/main.c | 74 +++++++++++++++++++++++++ dlls/oleacc/oleacc.rc | 24 ++++++++ dlls/oleacc/oleacc.spec | 4 +- dlls/oleacc/oleacc_En.rc | 90 ++++++++++++++++++++++++++++++ dlls/oleacc/tests/Makefile.in | 13 +++++ dlls/oleacc/tests/main.c | 121 +++++++++++++++++++++++++++++++++++++++++ 9 files changed, 337 insertions(+), 3 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=e2399a969ffa0253443a93...