mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
a8589b39bf
1. Add search word under cursor through IAccessibleEx interface and UI Automation technology. 2. Reorganize GoldenDict main program and scan libraries interaction to reduce influence to other programs. 3. Fix crash in scan libraries in IE9 protected mode.
7 lines
128 B
C++
7 lines
128 B
C++
#ifndef __WORD_BY_AUTO_HH_INCLUDED
|
|
#define __WORD_BY_AUTO_HH_INCLUDED
|
|
|
|
WCHAR *gdGetWordAtPointByAutomation( POINT pt );
|
|
|
|
#endif
|